You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SECP256K1] Convert Sage code to Python 3 (as used by Sage >= 9)
Summary: Backport of [[bitcoin-core/secp256k1#849 | secp256k1#849]]
Test Plan:
Run from the sage dir
sage group_prover.sage
sage weierstrass_prover.sage
Reviewers: #bitcoin_abc, PiRK
Reviewed By: #bitcoin_abc, PiRK
Differential Revision: https://reviews.bitcoinabc.org/D9374
defcheck_exhaustive_jacobian_weierstrass(name, A, B, branches, formula, p):
176
176
"""Verify an implementation of addition of Jacobian points on a Weierstrass curve, by executing and validating the result for every possible addition in a prime field"""
0 commit comments