index
:
slackcoder/bips
master
Bitcoin Improvement Proposals
Mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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
2020-01-19
ADD: Require Schnorr BIP for Taproot
Anthony
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
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
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
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 i...
Jonas Nick
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
2020-01-19
use bytes() instead of b'' - avoid markdown issue
Dmitry Petukhov
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
2020-01-19
Update bip-schnorr.mediawiki
Pieter Wuille
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
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
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
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
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
[next]