summaryrefslogtreecommitdiff
path: root/bip-schnorr
AgeCommit message (Expand)Author
2020-01-19Delete precompiled filePieter Wuille
2020-01-19Update bip-schnorr.mediawikiPieter Wuille
2020-01-19Update test-vectors.csvJonas Nick
2020-01-19Fix point_from_bytes accepting out-of-range pubkeys and add test vectorJonas Nick
2020-01-19Fix typo in reference code commentJonas Nick
2020-01-19Make more clear that signing function in test vectors generation code isn't i...Jonas Nick
2020-01-19Check infinity in is_positiveJonas Nick
2020-01-19Adjust test vector generation code to latest terminologyJonas Nick
2020-01-19Fix test vector generation code after changing schnorrsig_sign apiJonas Nick
2020-01-19Settle on notation: is_square(y), has_square_y(P)Pieter Wuille
2020-01-19Accept seckey in the form of bytes and not int in the reference BIP-schnorr c...Jonas Nick
2020-01-19Add is_quad function to bip-schnorr reference codeJonas Nick
2020-01-19Add x() and y() functions for points to bip-schnorrJonas Nick
2020-01-19Tag signature hashes, improve rationale and update test vectorsJonas Nick
2020-01-19Use a tagged hash in bip-schnorr nonce derivationJonas Nick
2020-01-19Update bip-schnorr/test-vectors.pyJonas Nick
2020-01-19Switch to 32 byte public keys in bip-schnorrJonas Nick
2020-01-19Fix point_from_bytes in bip-schnorr reference implementationJonas Nick
2020-01-19Clarify what 'reduced' means in tests and use word 'message' instead of 'mess...Jonas Nick
2020-01-19Add draft for Schnorr BIPPieter Wuille