Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-19 | Fix typo in schnorr, footnote 2 | Orfeas Stefanos Thyfronitis Litos | |
2020-01-19 | make clear it's script branch | Max Hillebrand | |
In this context we are talking about the script branch, not the Merkle tree branch, right? If so, then this should clear things up a little. | |||
2020-01-19 | tapscript: fix minor typo | Thomas Kerin | |
2020-01-19 | bip-taproot: clarify bip-schnorr reference code | Jon Atack | |
- update the paragraph in question to more clearly convey that the helper functions, and not the Python3 example code, are from the bip-schnorr reference code - add a link to the reference code in https://github.com/sipa/bips/blob/bip-schnorr/bip-schnorr/reference.py | |||
2020-01-19 | Add links to unlinked BIPs | Orfeas Stefanos Thyfronitis Litos | |
Only first mention of each BIP is made into a link | |||
2020-01-19 | Add clarification of semantics of 0x00 hash type | Adam Gibson | |
2020-01-19 | G refers to secp256k1 base point rather generator | Hennadii Stepanov | |
2020-01-19 | FIX: BIPs should be specified as lowercase to match filenames | Anthony | |
2020-01-19 | ADD: Require Schnorr and Taproot BIPs for Tapscript | Anthony | |
https://github.com/sipa/bips/pull/135#issuecomment-552754867 | |||
2020-01-19 | ADD: Require Schnorr BIP for Taproot | Anthony | |
Per https://github.com/bitcoin/bips/blob/master/bip-0001.mediawiki: "BIPs may have a Requires header, indicating the BIP numbers that this BIP depends on" | |||
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 | |