summaryrefslogtreecommitdiff
path: root/bip-0324/test_sage_decoding.py
AgeCommit message (Collapse)Author
2023-07-06bip-0324: fix git instruction order in test_sage_decoding.pySebastian Falbesoner
Tiny fix correcting the order of commands, for `git checkout` one has to change into the repository directory first.
2023-01-11BIP324 updatesPieter Wuille
Includes: * Simpler (but equivalent) ElligatorSwift encoding function & spec * Improved test vectors * Test vector generation code * Code for converting test vectors for libsecp256k1 code. * Code for running test vectors against SwiftEC paper authors' code. * Miscellaneous reference code improvements (style, comments).