index
:
slackcoder/bips
master
Bitcoin Improvement Proposals
Mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bip-schnorr
Age
Commit message (
Expand
)
Author
2020-01-13
Delete precompiled file
Pieter Wuille
2019-12-13
Update bip-schnorr.mediawiki
Pieter Wuille
2019-11-05
Update test-vectors.csv
Jonas Nick
2019-11-05
Fix point_from_bytes accepting out-of-range pubkeys and add test vector
Jonas Nick
2019-11-04
Fix typo in reference code comment
Jonas Nick
2019-11-04
Make more clear that signing function in test vectors generation code isn't i...
Jonas Nick
2019-11-04
Check infinity in is_positive
Jonas Nick
2019-11-04
Adjust test vector generation code to latest terminology
Jonas Nick
2019-11-04
Fix test vector generation code after changing schnorrsig_sign api
Jonas Nick
2019-11-04
Settle on notation: is_square(y), has_square_y(P)
Pieter Wuille
2019-10-07
Merge pull request #80 from jonasnick/bytes
Pieter Wuille
2019-09-27
Add is_quad function to bip-schnorr reference code
Jonas Nick
2019-09-27
Add x() and y() functions for points to bip-schnorr
Jonas Nick
2019-09-26
Accept seckey in the form of bytes and not int in the reference BIP-schnorr c...
Jonas Nick
2019-08-26
Tag signature hashes, improve rationale and update test vectors
Jonas Nick
2019-08-26
Use a tagged hash in bip-schnorr nonce derivation
Jonas Nick
2019-08-20
Update bip-schnorr/test-vectors.py
Jonas Nick
2019-08-18
Switch to 32 byte public keys in bip-schnorr
Jonas Nick
2019-08-18
Fix point_from_bytes in bip-schnorr reference implementation
Jonas Nick
2019-05-06
Clarify what 'reduced' means in tests and use word 'message' instead of 'mess...
Jonas Nick
2019-05-06
Add draft for Schnorr BIP
Pieter Wuille