Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-19 | tweak 211 bytes text | Dev Random | |
2020-01-19 | clarify 211 hash bytes and non-reuse of keys | Devrandom | |
2020-01-19 | remind reader where [:] is defined | Gregory Sanders | |
in addition to `point`. This caused confusion for one reader who expected inclusive at end of range. | |||
2020-01-19 | Replace R with P in taproot_tweak_seckey | Orfeas Stefanos Thyfronitis Litos | |
2020-01-19 | BIP16 has no relation to bip-taproot/tapscript | Gregory Sanders | |
Previously did. | |||
2020-01-19 | Fix typo | Agis Anastasopoulos | |
2020-01-19 | Fxied typo in taproot_sign_script() | LaurentMT | |
2020-01-19 | Internal pubkey calculation fixed in taproot_tweak_pubkey() | codeShark149 | |
2020-01-19 | Link design section of BIP Schnorr in Specification | Fabian Jahr | |
2020-01-19 | fix: script spend, not key spend | Max Hillebrand | |
For the key spend the script tree depth is not revealed, it is only done for script spends. This sentence makes sense only for the script spend. | |||
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 | improve rationale for key prefixing | Tim Ruffing | |
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 | fix docstring in taproot_output_script | Dmitry Petukhov | |
the final "-None" line in the docstring of `taproot_output_script` example function was actually outside of the docstring | |||
2020-01-19 | use bytes() instead of b'' - avoid markdown issue | Dmitry Petukhov | |
Currently github markdown renders `b''` inside `<source>` tags incorrectly. This makes `h = b''` show as `h = b` and creates some confusion. The issue can be avoided by using bytes() to create empty byte array | |||
2020-01-19 | typos | Tim Ruffing | |
2020-01-19 | Consistently mention resource limits in bip-tapscript | Pieter Wuille | |
2020-01-19 | Update bip-schnorr.mediawiki | Pieter Wuille | |
Co-Authored-By: Tim Ruffing <tim@timruffing.de> | |||
2020-01-19 | Update bip-schnorr.mediawiki | Pieter Wuille | |
Co-Authored-By: Tim Ruffing <tim@timruffing.de> | |||
2020-01-19 | Elaborate on default and alternative signing | Pieter Wuille | |
2020-01-19 | Explain why CMS is not turned into SUCCESSx | Pieter Wuille | |
2020-01-19 | Address aj comments | Pieter Wuille | |
2020-01-19 | Improve section on alternatives to OP_CHECKMULTISIG | Pieter Wuille | |
2020-01-19 | Change reference for ECDSA proofs | Tim Ruffing | |
Refer to Manuel Fersch's dissertation for provable security of ECDSA. It's freely accessible and multiple results put well in context. | |||
2020-01-19 | annex is bit 0 of spend_type | Anthony Towns | |
2020-01-19 | More on key generation | Pieter Wuille | |
2020-01-19 | Clarify interaction x-only keys with verification | Pieter Wuille | |
2020-01-19 | Update bip-schnorr.mediawiki | Pieter Wuille | |
Co-Authored-By: Tim Ruffing <tim@timruffing.de> | |||
2020-01-19 | Explain that MuSig needs key prefixing | Pieter Wuille | |
2020-01-19 | bip-schnorr: more on (e,s) | Tim Ruffing | |
2020-01-19 | bip-schnorr: more on provable security | Tim Ruffing | |
I'll try to get a link to the CCS paper that does not have a paywall... | |||
2020-01-19 | Typo | Pieter Wuille | |
2020-01-19 | Drop other curve comment | Pieter Wuille | |
2020-01-19 | Prefix infinite with is_ | Pieter Wuille | |
2020-01-19 | Apply suggestions from code review | Pieter Wuille | |
Co-Authored-By: Tim Ruffing <tim@timruffing.de> | |||
2020-01-19 | Formulate claims about BatchVerify more accurately | Pieter Wuille | |
2020-01-19 | Use is_square/is_positive and introduce algorithm names | Pieter Wuille | |
2020-01-19 | HTTPS links where possible | Pieter Wuille | |
2020-01-19 | Small fixes from review with real-or-random | Pieter Wuille | |
2020-01-19 | Small fix: 0xc1 is possible as first control block byte | Pieter Wuille | |
2020-01-19 | Increase max Merkle path length | Pieter Wuille | |
2020-01-19 | Fix formula | Pieter Wuille | |
2020-01-19 | Extend input_index from 16 to 32 bits | Pieter Wuille | |
2020-01-19 | Extend codeseparator_position from 16 to 32 bits | Pieter Wuille | |