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

edwards: improve the performance of Add, MixedAdd and IsOnCurve #441

Merged
merged 4 commits into from
Sep 5, 2023

Commits on Sep 4, 2023

  1. edwards: add benchmark for Add, MixedAdd and IsOnCurve

    Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
    jsign committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    daee464 View commit details
    Browse the repository at this point in the history
  2. edwards: avoid allocation in MixedAdd, Add and IsOnCurve

    Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
    jsign committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    92532f6 View commit details
    Browse the repository at this point in the history
  3. go generate

    Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
    jsign committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    bc6b12d View commit details
    Browse the repository at this point in the history
  4. tests/edwards: double check IsOnCurve expectation

    Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
    jsign committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    c2aecf8 View commit details
    Browse the repository at this point in the history