Age | Commit message (Expand) | Author |
---|---|---|
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 c... | Jonas Nick |
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 | 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 | Add draft for Schnorr BIP | Pieter Wuille |