Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-25 | Update bip-0119.mediawiki | MarcoFalke | |
fix links | |||
2020-01-24 | Merge pull request #875 from JeremyRubin/ctv | Luke Dashjr | |
BIP 119: CHECKTEMPLATEVERIFY | |||
2020-01-23 | Fix Links to images in BIP-119 | Jeremy Rubin | |
2020-01-23 | Assign CTV BIP #119 | Jeremy Rubin | |
2020-01-24 | Merge BIPs 340-342 | Luke Dashjr | |
2020-01-24 | Merge remote-tracking branch 'origin-pull/876/head' into HEAD | Luke Dashjr | |
2020-01-23 | Merge commit 'origin-pull/876/head^^^^^^' into HEAD | Luke Dashjr | |
2020-01-23 | Merge branch 'master' into HEAD | Luke Dashjr | |
2020-01-20 | Add Backwards Compatibility section to OP_CHECKTEMPLATEVERIFY BIP and change ↵ | Jeremy Rubin | |
'Implementations' header to 'Reference Implementation' | |||
2020-01-20 | Add BIP for CheckTemplateVerify | Jeremy Rubin | |
2020-01-20 | fix BIP links | Pieter Wuille | |
2020-01-20 | Merge pull request #877 from kallewoof/linter-http-only | Luke Dashjr | |
linter: avoid false positives such as C++ lambda exprs by only detect… | |||
2020-01-20 | linter: avoid false positives such as C++ lambda exprs by only detecting ↵ | Karl-Johan Alm | |
links starting with 'http' | |||
2020-01-19 | Add to README | Pieter Wuille | |
2020-01-19 | Fixes to headers | Pieter Wuille | |
2020-01-19 | Make buildtable.pl support Requires: field | Pieter Wuille | |
2020-01-19 | fixes | Pieter Wuille | |
2020-01-19 | Address jonas' comments | Pieter Wuille | |
2020-01-19 | Rename BIPs | Pieter Wuille | |
2020-01-19 | Abstract out common signature message calculation | Pieter Wuille | |
2020-01-19 | Update acknowledgements, remove authors | Pieter Wuille | |
2020-01-19 | Delete precompiled file | Pieter Wuille | |
2020-01-19 | go back to leaf_version but different rationale | Anthony Towns | |
2020-01-19 | Redefine leaf versions to be incrementally increasing from 0 | Pieter Wuille | |
2020-01-19 | Clarify nonce generation | Tim Ruffing | |
- Separate nonce generation into getting a random byte string and converting it to a suitable scalar ... - ... to make clear that the byte string can be generated differently. - Make the warning a little bit more prominent and improve writing | |||
2020-01-19 | Update Post-History field for taproot/tapscript | Pieter Wuille | |
2020-01-19 | Update authors | Pieter Wuille | |
2020-01-19 | more precise wording on limits | stefanwouldgo | |
there are no tx or block size limits (post-Segwit), just block weight limit better wording | |||
2020-01-19 | Add rationale on security assumptions | Pieter Wuille | |
2020-01-19 | Add an informal summary of the design | Pieter Wuille | |
2020-01-19 | Improve and restructure motivation and design | Pieter Wuille | |
2020-01-19 | bip-taproot: example from diagram | Matthew Zipkin | |
2020-01-19 | Update bip-schnorr.mediawiki | Pieter Wuille | |
Co-Authored-By: Tim Ruffing <crypto@timruffing.de> | |||
2020-01-19 | Linearity makes sign-for-sum-of-keys easier, not possible entirely. | Pieter Wuille | |
I'm sure it's possible to construct a complex MPC that can sign for the sum of keys under ECDSA as well. | |||
2020-01-19 | Update bip-schnorr.mediawiki | Tim Ruffing | |
2020-01-19 | Mention that we don't change the hash function | Tim Ruffing | |
2020-01-19 | Completely specified | Pieter Wuille | |
2020-01-19 | Low-S ECDSA is non-malleable under nonstandard assumptions | Pieter Wuille | |
2020-01-19 | Replace private key with secret key | Jonas Nick | |
2020-01-19 | Clarify why we don't want short hashes | Tim Ruffing | |
This is supposed to supersede https://github.com/sipa/bips/pull/158. I tried to say this carefully. I don't think that multiparty signing is in general broken with short hashes. For example the attack in #158 could be avoided by letting everybody not only commit to the nonce but also to the message. It's just that using a collision-resistant hash just eliminates the problem entirely... | |||
2020-01-19 | Fix reference formatting | Hennadii Stepanov | |
2020-01-19 | Typo: script signature max bytes unhashed are 247 | Orfeas Stefanos Thyfronitis Litos | |
2020-01-19 | Typo: max bytes hashed for sig is 210 | Orfeas Stefanos Thyfronitis Litos | |
2020-01-19 | Replace BIP66 link with BIP146 | Orfeas Stefanos Thyfronitis Litos | |
BIP66 does not mention the inherent ECDSA malleability, but BIP146 does | |||
2020-01-19 | fix singular/plural ambiguity | stefanwouldgo | |
2020-01-19 | Replace signing with signature before validation | Orfeas Stefanos Thyfronitis Litos | |
2020-01-19 | Link to proof sketch of security of implicit Y | Orfeas Stefanos Thyfronitis Litos | |
Thanks to @ajtowns for providing the link | |||
2020-01-19 | Mention that miners could malleate signatures | Orfeas Stefanos Thyfronitis Litos | |
2020-01-19 | Mention hash_type malleability would change wtxid | Orfeas Litos | |
2020-01-19 | Clarify bip-taproot digest difference to bip143 regarding sub-hashes | Jonas Nick | |