Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: organize std packages hints registrations #1043

Merged
merged 10 commits into from
Feb 8, 2024

Commits on Feb 8, 2024

  1. refactor: bls12377 hints

    ivokub committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    48c8795 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bcc026 View commit details
    Browse the repository at this point in the history
  3. refactor: bls24315 hints

    ivokub committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    41a12fb View commit details
    Browse the repository at this point in the history
  4. refactor: sw_bls12377 hints

    ivokub committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    468320a View commit details
    Browse the repository at this point in the history
  5. refactor: sw_bls24315 hints

    ivokub committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    74417f1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e9a7835 View commit details
    Browse the repository at this point in the history
  7. fix: register package hints

    ivokub committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    eed6aa0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6819378 View commit details
    Browse the repository at this point in the history
  9. refactor: make all the hints private

    The preferred way to get hints would be to use GetHints() methods in packages.
    In that way, the users cannot depend on individual hints and makes refactoring
    easier (and avoids any kind of assumptions of the existence of hints).
    ivokub committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    a3c3cae View commit details
    Browse the repository at this point in the history
  10. fix: remove duplicate hints

    ivokub committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    3578952 View commit details
    Browse the repository at this point in the history