summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-01-19Explain why CMS is not turned into SUCCESSxPieter Wuille
2020-01-19Address aj commentsPieter Wuille
2020-01-19Improve section on alternatives to OP_CHECKMULTISIGPieter Wuille
2020-01-19Change reference for ECDSA proofsTim 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-19annex is bit 0 of spend_typeAnthony Towns
2020-01-19More on key generationPieter Wuille
2020-01-19Clarify interaction x-only keys with verificationPieter Wuille
2020-01-19Update bip-schnorr.mediawikiPieter Wuille
Co-Authored-By: Tim Ruffing <tim@timruffing.de>
2020-01-19Explain that MuSig needs key prefixingPieter Wuille
2020-01-19bip-schnorr: more on (e,s)Tim Ruffing
2020-01-19bip-schnorr: more on provable securityTim Ruffing
I'll try to get a link to the CCS paper that does not have a paywall...
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
Co-Authored-By: Tim Ruffing <tim@timruffing.de>
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 ↵Jonas Nick
code to match the spec.
2020-01-19Link to Schnorr's paper instead of WikipediaTim Ruffing
2020-01-19Replace taproot_tweak_pubkey assertion with exception and add it to ↵Jonas Nick
taproot_tweak_seckey too
2020-01-19Add taproot_tweak_pubkey and taproot_tweak_privkey functions to bip-taproot ↵Jonas Nick
wallet section
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
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