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