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

bip-340: recreate batch verify speedup graph w/ latest libsecp256k1 #1096

Closed
wants to merge 2 commits into from
Closed

bip-340: recreate batch verify speedup graph w/ latest libsecp256k1 #1096

wants to merge 2 commits into from

Commits on Apr 2, 2021

  1. bip-340: recreate batch verify speedup graph w/ latest libsecp256k1

    Since creating that graph there have been significant improvements in
    libsecp256k1 to the speed of certain operations, such as making use of the
    endomorphism by default and the safegcd algorithm. This new graph shows the
    batch verification speedup in light of these improvements.
    
    There are also some minor improvements to the graph itself. In particular,
    the (1,1) datapoint was removed because it is not part of the estimation for the
    fitted line.
    
    This commit also contains the Makefile, shell script and gnuplot file that were
    used to create the graph.
    jonasnick committed Apr 2, 2021
    Copy the full SHA
    4ce1ff8 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    820bcf8 View commit details
    Browse the repository at this point in the history