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

Add secp256r1 support #1246

Merged
merged 22 commits into from
Apr 23, 2024
Merged

Add secp256r1 support #1246

merged 22 commits into from
Apr 23, 2024

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    0713c87 View commit details
    Browse the repository at this point in the history
  2. Add secp256r1 sig verify, split crypto interface into "safe" (using `…

    …Hash` type) and "hazmat"
    
    remove mistakenly checked-in test observation file
    jayz22 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    22591b0 View commit details
    Browse the repository at this point in the history
  3. Make Hash not construct-able

    jayz22 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    1c0e4b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c5550c6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f394cfe View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. tweak doc

    leighmcculloch committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    a4eef4a View commit details
    Browse the repository at this point in the history
  2. fix type name

    leighmcculloch committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    279f33d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    709c8e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ef6bbf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7f2f668 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d835f4c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4c656c3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f207829 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a67d4b7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9a9c241 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cbf1aeb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ca6c309 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b51e75a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    48590dc View commit details
    Browse the repository at this point in the history
  15. tweak doc

    leighmcculloch committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    dea9565 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    f2de11b View commit details
    Browse the repository at this point in the history
  2. add a few helper fns

    leighmcculloch committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    6729c3a View commit details
    Browse the repository at this point in the history