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

norm arg: add prove test vectors #230

Merged
merged 10 commits into from
May 9, 2023

Commits on Apr 20, 2023

  1. Configuration menu
    Copy the full SHA
    d8e7f37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f22834f View commit details
    Browse the repository at this point in the history
  3. norm arg: allow X and R to be the point at infinity

    Add test vector
    jonasnick committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    c0de361 View commit details
    Browse the repository at this point in the history
  4. norm arg: add test vector for sign bit malleability

    R is point at infinity but sign is != 0
    jonasnick committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    f5e4b16 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a70c4d4 View commit details
    Browse the repository at this point in the history
  6. norm arg: split norm_arg_zero into prove_edge and verify_zero_len

    One function tests prover edge cases, the other tests verifier edge cases.
    jonasnick committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    bf7bf8a View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Configuration menu
    Copy the full SHA
    095c1e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf797ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    847ed9e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f3126fd View commit details
    Browse the repository at this point in the history