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
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
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
2020-01-19
Accept seckey in the form of bytes and not int in the reference BIP-schnorr c...
Jonas Nick
2020-01-19
Link to Schnorr's paper instead of Wikipedia
Tim Ruffing
2020-01-19
Replace taproot_tweak_pubkey assertion with exception and add it to taproot_t...
Jonas Nick
2020-01-19
Add taproot_tweak_pubkey and taproot_tweak_privkey functions to bip-taproot w...
Jonas Nick
2020-01-19
Add is_quad function to bip-schnorr reference code
Jonas Nick
2020-01-19
Standardize on secret key in bip-schnorr
Jonas Nick
2020-01-19
Add x() and y() functions for points to bip-schnorr
Jonas Nick
[next]