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

C API for BLS signature aggregate_verify & batch_verify (incl parallel) #381

Merged
merged 13 commits into from
May 18, 2024

Commits on May 18, 2024

  1. fix up BLS sig batch_verify for C API

    We had a leftover generic and the `messages` were passed not as an
    openArray as required
    Vindaar authored and mratsim committed May 18, 2024
    Configuration menu
    Copy the full SHA
    07c1758 View commit details
    Browse the repository at this point in the history
  2. [bls] fix update for View messages

    The previous code recursed into itself instead of the main `update` above
    Vindaar authored and mratsim committed May 18, 2024
    Configuration menu
    Copy the full SHA
    cde004f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bcb7324 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    02499e3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e871d9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d312864 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0986057 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7942da3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1db8d76 View commit details
    Browse the repository at this point in the history
  10. [examples] use clang, fix typo

    Vindaar authored and mratsim committed May 18, 2024
    Configuration menu
    Copy the full SHA
    85eb702 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    824ff7c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    39a4f24 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    afba7d6 View commit details
    Browse the repository at this point in the history