summaryrefslogtreecommitdiff
path: root/bip-0340/test-vectors.py
AgeCommit message (Collapse)Author
2023-04-20bip340: Allow variable-length messagesTim Ruffing
2020-09-03Clarify that R=infinity is invalid in BIP340Pieter Wuille
Also rename is_infinity to is_infinite is reference implementation, to match the wording in BIP340.
2020-08-20Update test vectors and generation scriptPieter Wuille
2020-03-12Fix typoTim Ruffing
2020-03-04BIP 340: Use synthetic nonces in reference code and test vectorsJonas Nick
2020-03-04BIP 340: Update reference code and test vectors as follows:Jonas Nick
- use evenness as tiebreaker - using different tags for nonce- and challenge hashing - add pubkey to nonce function.
2020-01-19Rename BIPsPieter Wuille