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

[WIP] Batch verification for ECDSA #22

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Jun 24, 2022

  1. Add mul_batch_ecdsa

    Variation of the batch multiplication algorithm for ecdsa verification.
    davidnevadoc committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    3e9e88e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9aa430 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9ef43c View commit details
    Browse the repository at this point in the history
  4. Fix mul_batch_ecdsa

    davidnevadoc committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    bb42772 View commit details
    Browse the repository at this point in the history
  5. Fix ECDSA batch_verify

    davidnevadoc committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    d42667e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    896cbdb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1dd42a6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d500b22 View commit details
    Browse the repository at this point in the history
  9. Update batch_ecdsa

    Update to keep up with the refactored version
    davidnevadoc committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    f455b25 View commit details
    Browse the repository at this point in the history