Jonas Nick
|
fe74ab65db
|
Update test-vectors.csv
|
2020-01-19 14:47:33 -08:00 |
|
Jonas Nick
|
c8281deec6
|
Fix point_from_bytes accepting out-of-range pubkeys and add test vector
|
2020-01-19 14:47:33 -08:00 |
|
Jonas Nick
|
c9196eeef4
|
Fix typo in reference code comment
|
2020-01-19 14:47:33 -08:00 |
|
Jonas Nick
|
301fef36de
|
Make more clear that signing function in test vectors generation code isn't intended to be used anywhere else
|
2020-01-19 14:47:33 -08:00 |
|
Jonas Nick
|
a6d2d42aa2
|
Check infinity in is_positive
|
2020-01-19 14:47:33 -08:00 |
|
Jonas Nick
|
82129e720d
|
Adjust test vector generation code to latest terminology
|
2020-01-19 14:47:33 -08:00 |
|
Jonas Nick
|
fdf6e897d9
|
Fix test vector generation code after changing schnorrsig_sign api
|
2020-01-19 14:47:33 -08:00 |
|
Pieter Wuille
|
ae7122822a
|
Settle on notation: is_square(y), has_square_y(P)
|
2020-01-19 14:47:33 -08:00 |
|
Jonas Nick
|
78bb31c3bf
|
Accept seckey in the form of bytes and not int in the reference BIP-schnorr code to match the spec.
|
2020-01-19 14:47:33 -08:00 |
|
Jonas Nick
|
e1d7da3796
|
Add is_quad function to bip-schnorr reference code
|
2020-01-19 14:47:33 -08:00 |
|
Jonas Nick
|
05cc92b9ad
|
Add x() and y() functions for points to bip-schnorr
|
2020-01-19 14:47:33 -08:00 |
|
Jonas Nick
|
c33c7d0a0c
|
Tag signature hashes, improve rationale and update test vectors
|
2020-01-19 14:47:33 -08:00 |
|
Jonas Nick
|
7f3611d239
|
Use a tagged hash in bip-schnorr nonce derivation
|
2020-01-19 14:47:33 -08:00 |
|
Jonas Nick
|
a67e5e323c
|
Update bip-schnorr/test-vectors.py
Co-Authored-By: Tim Ruffing <tim@timruffing.de>
|
2020-01-19 14:47:33 -08:00 |
|
Jonas Nick
|
e084aafb8b
|
Switch to 32 byte public keys in bip-schnorr
|
2020-01-19 14:47:33 -08:00 |
|
Jonas Nick
|
1a4b08ab72
|
Fix point_from_bytes in bip-schnorr reference implementation
|
2020-01-19 14:47:33 -08:00 |
|
Jonas Nick
|
eb96be7a9d
|
Clarify what 'reduced' means in tests and use word 'message' instead of 'message hash'
|
2020-01-19 14:47:33 -08:00 |
|
Pieter Wuille
|
6e77233b57
|
Add draft for Schnorr BIP
Includes squashed contributions by GitHub users jonasnick,
real-or-random, AustinWilliams, JustinTArthur, ysangkok,
RCassatta, Sjors, tnakagawa, and guggero.
|
2020-01-19 14:47:33 -08:00 |
|