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

crypto, tests/fuzzers: add gnark bn254 precompile methods for fuzzing #30585

Merged
merged 9 commits into from
Oct 23, 2024

Commits on Oct 12, 2024

  1. initial commit

    kevaundray committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    db226c0 View commit details
    Browse the repository at this point in the history
  2. add note on zero check

    kevaundray committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    a65fe31 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. use gnark API for Add

    kevaundray committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    8eecf9f View commit details
    Browse the repository at this point in the history
  2. add wrapper for GT

    kevaundray committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    6d04721 View commit details
    Browse the repository at this point in the history
  3. modify fuzzing

    kevaundray committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    dce736e View commit details
    Browse the repository at this point in the history
  4. remove Double

    kevaundray committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    3c03b0c View commit details
    Browse the repository at this point in the history
  5. [multi]

    - cleanup comments and remove Add from g2 since there is no Add precompile for G2
    kevaundray committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    177c7a1 View commit details
    Browse the repository at this point in the history
  6. formatting

    kevaundray committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    dbf7703 View commit details
    Browse the repository at this point in the history
  7. formatting

    kevaundray committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    9eb68f2 View commit details
    Browse the repository at this point in the history