summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-19bip-schnorr: more on (e,s)Tim Ruffing
2020-01-19bip-schnorr: more on provable securityTim Ruffing
2020-01-19TypoPieter Wuille
2020-01-19Drop other curve commentPieter Wuille
2020-01-19Prefix infinite with is_Pieter Wuille
2020-01-19Apply suggestions from code reviewPieter Wuille
2020-01-19Formulate claims about BatchVerify more accuratelyPieter Wuille
2020-01-19Use is_square/is_positive and introduce algorithm namesPieter Wuille
2020-01-19HTTPS links where possiblePieter Wuille
2020-01-19Small fixes from review with real-or-randomPieter Wuille
2020-01-19Small fix: 0xc1 is possible as first control block bytePieter Wuille
2020-01-19Increase max Merkle path lengthPieter Wuille
2020-01-19Fix formulaPieter Wuille
2020-01-19Extend input_index from 16 to 32 bitsPieter Wuille
2020-01-19Extend codeseparator_position from 16 to 32 bitsPieter Wuille
2020-01-19Accept seckey in the form of bytes and not int in the reference BIP-schnorr c...Jonas Nick
2020-01-19Link to Schnorr's paper instead of WikipediaTim Ruffing
2020-01-19Replace taproot_tweak_pubkey assertion with exception and add it to taproot_t...Jonas Nick
2020-01-19Add taproot_tweak_pubkey and taproot_tweak_privkey functions to bip-taproot w...Jonas Nick
2020-01-19Add is_quad function to bip-schnorr reference codeJonas Nick
2020-01-19Standardize on secret key in bip-schnorrJonas Nick
2020-01-19Add x() and y() functions for points to bip-schnorrJonas Nick
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
2020-01-19bip-taproot: fix small typo (is does not)Bryan Bishop
2020-01-19Mention SHA256 block sizeJonas Nick
2020-01-19Address some nitsPieter Wuille
2020-01-19Move plain public key in output rationale to design sectionJonas Nick
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