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

ecdsa: add hash length constraint #94 #102

Merged
merged 2 commits into from
Aug 1, 2024
Merged

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    fa1ea6e View commit details
    Browse the repository at this point in the history
  2. ecdsa: separate parameter-size constraints #94

    After some offline discussion, we decided it would be nice to have a
    separate specification that enforces the constraints on hash and curve
    size that don't affect the computation of the signature. Now the
    implementation is divided into two versions, one that enforces those
    constraints and one that doesn't.
    
    Also changes example file to be for a valid curve/hash combo.
    marsella committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    36ceef4 View commit details
    Browse the repository at this point in the history