summaryrefslogtreecommitdiff
path: root/bip-schnorr
AgeCommit message (Collapse)Author
2020-01-19Update bip-schnorr.mediawikiPieter Wuille
Co-Authored-By: Tim Ruffing <crypto@timruffing.de>
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 ↵Jonas Nick
intended to be used anywhere else
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 ↵Jonas Nick
code to match the spec.
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
Co-Authored-By: Tim Ruffing <tim@timruffing.de>
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 ↵Jonas Nick
'message hash'
2020-01-19Add draft for Schnorr BIPPieter Wuille
Includes squashed contributions by GitHub users jonasnick, real-or-random, AustinWilliams, JustinTArthur, ysangkok, RCassatta, Sjors, tnakagawa, and guggero.