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

Improve performance of point equality checks #450

Merged
merged 7 commits into from
Sep 29, 2023

Commits on Sep 22, 2023

  1. ecc: avoid inverses in Jac equality check

    Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
    jsign committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    f423e80 View commit details
    Browse the repository at this point in the history
  2. ecc: add bench for Jac equality check

    Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
    jsign committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    168f69f View commit details
    Browse the repository at this point in the history
  3. edwards: avoid inverses in Projective equality check

    Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
    jsign committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    ea76da5 View commit details
    Browse the repository at this point in the history
  4. edwards: add bench for Projective equality check

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

    Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
    jsign committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    acd785c View commit details
    Browse the repository at this point in the history
  6. fix bench detail & go generate

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

Commits on Sep 24, 2023

  1. ecc: fix neutral elements cases

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