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

gnark-crypto, eip-196: malformed input handling #188

Merged
merged 3 commits into from
Jul 11, 2024

Commits on Jul 10, 2024

  1. interpret both short input and long input as error conditions

    Signed-off-by: garyschulte <garyschulte@gmail.com>
    garyschulte committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    c7e706e View commit details
    Browse the repository at this point in the history
  2. add test cases for point not on curve, use IntByReference to indicate…

    … error and output length rather than static vals
    
    Signed-off-by: garyschulte <garyschulte@gmail.com>
    garyschulte committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    ef5e5e3 View commit details
    Browse the repository at this point in the history
  3. guardrail buffer sizes

    Signed-off-by: garyschulte <garyschulte@gmail.com>
    garyschulte committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    010fc4e View commit details
    Browse the repository at this point in the history