summaryrefslogtreecommitdiff
path: root/bip-schnorr
AgeCommit message (Expand)Author
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