summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-04-02Merge pull request #200 from real-or-random/printsPieter Wuille
Add debug print for intermediate values
2020-03-17When checking test vectors, handle RuntimeException in signingTim Ruffing
This is better for playing around with the code. Now these these exceptions can really be raised when the verification during signing fails.
2020-03-17fixup! Optionally print intermediate values in reference codeTim Ruffing
2020-03-12Fix typoTim Ruffing
2020-03-12Make code and output a little bit more readableTim Ruffing
2020-03-12Optionally print intermediate values in reference codeTim Ruffing
and make reference code and pseudocode more consistent with each other
2020-03-10Merge pull request #201 from jonasnick/tweak-bytes-onlyPieter Wuille
BIP-0341: Avoid decompressing the output public key in script spends
2020-03-10Merge pull request #196 from jonasnick/update-refPieter Wuille
Update reference code and test vectors
2020-03-06BIP-0341: Avoid decompressing the output public key in script spendsJonas Nick
2020-03-04Merge pull request #199 from real-or-random/patch-16Pieter Wuille
Fix a few minor issues
2020-03-04BIP 340: Verify sig before returning itJonas Nick
2020-03-04BIP 340: Use synthetic nonces in reference code and test vectorsJonas Nick
2020-03-04BIP 340: Update reference code and test vectors as follows:Jonas Nick
- use evenness as tiebreaker - using different tags for nonce- and challenge hashing - add pubkey to nonce function.
2020-02-29Switch to only 32 bytes auxTim Ruffing
2020-02-24Fix a few minor issuesTim Ruffing
* Recommend a byte length for aux random data * Clarify that with signature verification by default at the end of the signing algorithm, using public keys from untrusted sources is not an issue. * A few editorial nits
2020-02-23Address commentsPieter Wuille
2020-02-23Switch to new synth nonce scheme and make it defaultPieter Wuille
2020-02-23give bip32 conversion its own sectionAnthony Towns
2020-02-23Include d in nonce rather than d'Anthony Towns
2020-02-23notes about precomputed pubkey dataAnthony Towns
2020-02-23Change tags to prevent inconsistent breakage with earlier draftPieter Wuille
2020-02-23Switch to even-y tiebreaker for pubkeysPieter Wuille
2020-02-23BIP-340: Improve wording of recommendation for fresh secret keysJonas Nick
2020-02-23BIP-340: Stress that secret key should be fresh and if not then RFC6979 ↵Jonas Nick
shouldn't be used
2020-02-23missing spaceAnthony Towns
2020-02-23Update bip-0340.mediawikiKeagan McClelland
2020-02-20Merge pull request #882 from MarcoFalke/patch-2Luke Dashjr
Fix links in bip-0119.mediawiki
2020-02-19Merge pull request #887 from richardkiss/patch-1Luke Dashjr
Update bip-0119.mediawiki
2020-02-19Merge pull request #889 from JeremyRubin/fix-color-of-change-ctvLuke Dashjr
Fix Colorings in BIP-0119 states.svg
2020-02-19Merge pull request #884 from RandyMcMillan/patch-2Luke Dashjr
bip-0340: typo change intent to intend
2020-02-19Merge pull request #706 from Varunram/patch-3Luke Dashjr
[trivial] remove duplicate of
2020-02-19Merge pull request #886 from jonasnick/synth-nonceLuke Dashjr
BIP 340: Recommend synthetic nonces and verifying signing output
2020-02-19Merge pull request #880 from NicolasDorier/patch-12Luke Dashjr
Fix broken link
2020-02-06Fix Colorings in BIP-0119 states.svgJeremy Rubin
2020-02-01Update bip-0119.mediawikiRichard Kiss
Fix typo.
2020-01-28BIP 340: Recommend verifying the signing outputJonas Nick
2020-01-28BIP 340: Recommend synthetic noncesJonas Nick
2020-01-26change intent to intend@RandyMcMillan
2020-01-26Fix broken linkNicolas Dorier
2020-01-25Update bip-0119.mediawikiMarcoFalke
fix links
2020-01-24Merge pull request #875 from JeremyRubin/ctvLuke Dashjr
BIP 119: CHECKTEMPLATEVERIFY
2020-01-23Fix Links to images in BIP-119Jeremy Rubin
2020-01-23Assign CTV BIP #119Jeremy Rubin
2020-01-24Merge BIPs 340-342Luke Dashjr
2020-01-24Merge remote-tracking branch 'origin-pull/876/head' into HEADLuke Dashjr
2020-01-23Merge commit 'origin-pull/876/head^^^^^^' into HEADLuke Dashjr
2020-01-23Merge branch 'master' into HEADLuke Dashjr
2020-01-20Add Backwards Compatibility section to OP_CHECKTEMPLATEVERIFY BIP and change ↵Jeremy Rubin
'Implementations' header to 'Reference Implementation'
2020-01-20Add BIP for CheckTemplateVerifyJeremy Rubin
2020-01-20fix BIP linksPieter Wuille