summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-01-19Remove 0xc1Jonas Nick
2020-01-19separate p2sh wrapped security rationaleAnthony Towns
2020-01-19typoAnthony Towns
2020-01-19FixupsPieter Wuille
2020-01-19Move/reword tagged hashes motivationPieter Wuille
2020-01-19Rework resource limits sectionPieter Wuille
2020-01-19Remove P2SH supportPieter Wuille
2020-01-19Euler's Criterion prime only nitElichai Turkel
2020-01-19Removed reference to 0xc1 leaf version.JamesC
No longer necessary with 32B pubkeys.
2020-01-19bip-taproot: fix small typo (is does not)Bryan Bishop
2020-01-19Mention SHA256 block sizeJonas Nick
Rebased by Pieter Wuille
2020-01-19Address some nitsPieter Wuille
2020-01-19Move plain public key in output rationale to design sectionJonas Nick
Rebased by Pieter Wuille
2020-01-19Rework Applications sectionTim Ruffing
2020-01-19Prescribe that a taproot output key should always have a taproot commitmentJonas Nick
2020-01-19Add a footnote about 32-byte securityTim Ruffing
2020-01-19note about pubkey collisionAnthony Towns
2020-01-19key gen, verify, sign in introAnthony Towns
2020-01-19use p for taproot internal keyAnthony Towns
2020-01-19make secret key a 32-byte array called sk, introduce pubkey()Anthony Towns
2020-01-19pk not pAnthony Towns
2020-01-19public keys aren't identicalAnthony Towns
2020-01-19Fix privkey negation in taproot_sign_keyJonas Nick
2020-01-19Address sipa's commentsJonas Nick
2020-01-19Tag signature hashes, improve rationale and update test vectorsJonas Nick
2020-01-19Use a tagged hash in bip-schnorr nonce derivationJonas Nick
2020-01-19Use key path spend terminology more consistently in taproot/tapscriptJonas Nick
2020-01-19Return a point from lift_x()John Newbery
2020-01-19Define c in lift_x(x)John Newbery
2020-01-19Replace 'quadratic residue of...'John Newbery
2020-01-19Clarify how to disable key path spendingJonas Nick
2020-01-19Address sipa's feedbackJonas Nick
2020-01-19Update bip-schnorr/test-vectors.pyJonas Nick
Co-Authored-By: Tim Ruffing <tim@timruffing.de>
2020-01-19Update bip-schnorr.mediawikiJonas Nick
Co-Authored-By: Tim Ruffing <tim@timruffing.de>
2020-01-19Address Tim's commentsJonas Nick
2020-01-19Use short public keys for taproot output keysJonas Nick
2020-01-19Switch to 32 byte public keys in bip-schnorrJonas Nick
2020-01-19Fix point_from_bytes in bip-schnorr reference implementationJonas Nick
2020-01-19Clarify diagramJonas Nick
2020-01-19taproot_output_script: first returned byte should be OP_1 (0x51)Dmitry Petukhov
If we look at def IsPayToTaproot(script): return len(script) == 35 and script[0] == OP_1 and script[1] == 33 and script[2] >= 0 and script[2] <= 1 First byte is is checked for OP_1. OP_1 is 0x51 But the example code in this BIP returns `bytes([0x01, 0x21, output_pubkey[0] & 1]) + output_pubkey[1:]` First byte 0x01, but it should be 0x51
2020-01-19remove duplicate warningMark B Lundeberg
Though perhaps, the emphasis is warranted given its importance. :-)
2020-01-19Clarify what 'reduced' means in tests and use word 'message' instead of ↵Jonas Nick
'message hash'
2020-01-19Add taproot/tapscript bips draftsPieter Wuille
2020-01-19Add draft for Schnorr BIPPieter Wuille
Includes squashed contributions by GitHub users jonasnick, real-or-random, AustinWilliams, JustinTArthur, ysangkok, RCassatta, Sjors, tnakagawa, and guggero.
2020-01-03Merge pull request #869 from benthecarman/patch-2Luke Dashjr
BIP 174: Specify that separator only appears at end of the map
2020-01-03Merge pull request #870 from dgpv/patch-10Luke Dashjr
BIP-174: add missing types to Appendix A; fix proprietary type names
2019-12-14BIP-174: add missing types to Appendix A; fix proprietary type namesDmitry Petukhov
PSBT_INPUT_PROPRIETARY -> PSBT_IN_PROPRIETARY PSBT_OUTPUT_PROPRIETARY -> PSBT_OUT_PROPRIETARY to be consistent with other in/out type names that use shortened `IN` and `OUT`
2019-12-13Merge pull request #860 from azuchi/fix-wrong-description-bip174Luke Dashjr
BIP174: Fix wrong description about Proprietary Use Type
2019-12-13Merge pull request #866 from dgpv/patch-6Luke Dashjr
BIP174: remove 'first byte is the type' comment for key data
2019-12-13Merge pull request #867 from dgpv/patch-7Luke Dashjr
BIP-174: test data: fix value length