Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-17 | BIP340: remove batch speedup graph and link to it instead | Jonas Nick | |
This avoids having to update the BIP with a fresh graph every time there's a change to libsecp and suggests that the expected speedup depends on the specific implementation. | |||
2020-09-03 | Clarify that R=infinity is invalid in BIP340 | Pieter Wuille | |
Also rename is_infinity to is_infinite is reference implementation, to match the wording in BIP340. | |||
2020-08-20 | Update test vectors and generation script | Pieter Wuille | |
2020-04-06 | BIP-0340: Add typing annotations to reference.py | Janus | |
Passes mypy's strict-mode with mypy 0.770. | |||
2020-03-17 | When checking test vectors, handle RuntimeException in signing | Tim Ruffing | |
This is better for playing around with the code. Now these these exceptions can really be raised when the verification during signing fails. | |||
2020-03-17 | fixup! Optionally print intermediate values in reference code | Tim Ruffing | |
2020-03-12 | Fix typo | Tim Ruffing | |
2020-03-12 | Make code and output a little bit more readable | Tim Ruffing | |
2020-03-12 | Optionally print intermediate values in reference code | Tim Ruffing | |
and make reference code and pseudocode more consistent with each other | |||
2020-03-04 | BIP 340: Verify sig before returning it | Jonas Nick | |
2020-03-04 | BIP 340: Use synthetic nonces in reference code and test vectors | Jonas Nick | |
2020-03-04 | BIP 340: Update reference code and test vectors as follows: | Jonas Nick | |
- use evenness as tiebreaker - using different tags for nonce- and challenge hashing - add pubkey to nonce function. | |||
2020-01-19 | fixes | Pieter Wuille | |
2020-01-19 | Rename BIPs | Pieter Wuille | |