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 (
Collapse
)
Author
2020-01-19
Delete precompiled file
Pieter Wuille
2020-01-19
Update bip-schnorr.mediawiki
Pieter Wuille
Co-Authored-By: Tim Ruffing <crypto@timruffing.de>
2020-01-19
Update test-vectors.csv
Jonas Nick
2020-01-19
Fix point_from_bytes accepting out-of-range pubkeys and add test vector
Jonas Nick
2020-01-19
Fix typo in reference code comment
Jonas Nick
2020-01-19
Make more clear that signing function in test vectors generation code isn't ↵
Jonas Nick
intended to be used anywhere else
2020-01-19
Check infinity in is_positive
Jonas Nick
2020-01-19
Adjust test vector generation code to latest terminology
Jonas Nick
2020-01-19
Fix test vector generation code after changing schnorrsig_sign api
Jonas Nick
2020-01-19
Settle on notation: is_square(y), has_square_y(P)
Pieter Wuille
2020-01-19
Accept seckey in the form of bytes and not int in the reference BIP-schnorr ↵
Jonas Nick
code to match the spec.
2020-01-19
Add is_quad function to bip-schnorr reference code
Jonas Nick
2020-01-19
Add x() and y() functions for points to bip-schnorr
Jonas Nick
2020-01-19
Tag signature hashes, improve rationale and update test vectors
Jonas Nick
2020-01-19
Use a tagged hash in bip-schnorr nonce derivation
Jonas Nick
2020-01-19
Update bip-schnorr/test-vectors.py
Jonas Nick
Co-Authored-By: Tim Ruffing <tim@timruffing.de>
2020-01-19
Switch to 32 byte public keys in bip-schnorr
Jonas Nick
2020-01-19
Fix point_from_bytes in bip-schnorr reference implementation
Jonas Nick
2020-01-19
Clarify what 'reduced' means in tests and use word 'message' instead of ↵
Jonas Nick
'message hash'
2020-01-19
Add draft for Schnorr BIP
Pieter Wuille
Includes squashed contributions by GitHub users jonasnick, real-or-random, AustinWilliams, JustinTArthur, ysangkok, RCassatta, Sjors, tnakagawa, and guggero.