Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-14 | Address jonas' comments | Pieter Wuille | |
2020-01-13 | Abstract out common signature message calculation | Pieter Wuille | |
2020-01-13 | Delete precompiled file | Pieter Wuille | |
2020-01-13 | Merge pull request #185 from sipa/202001_shifted_leaf_v | Pieter Wuille | |
Rewrite leaf versions rationale | |||
2020-01-11 | go back to leaf_version but different rationale | Anthony Towns | |
2020-01-08 | Redefine leaf versions to be incrementally increasing from 0 | Pieter Wuille | |
2020-01-05 | Merge pull request #184 from real-or-random/patch-15 | Pieter Wuille | |
clarify nonce generation | |||
2020-01-03 | 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 | |||
2019-12-19 | Merge pull request #183 from sipa/201912_authors | Pieter Wuille | |
Update authors | |||
2019-12-19 | Merge pull request #167 from stefanwouldgo/patch-4 | Pieter Wuille | |
more precise wording: limits on tx+block size -> block weight limit | |||
2019-12-19 | more precise wording on limits | stefanwouldgo | |
there are no tx or block size limits (post-Segwit), just block weight limit better wording | |||
2019-12-17 | Update Post-History field for taproot/tapscript | Pieter Wuille | |
2019-12-17 | Update authors | Pieter Wuille | |
2019-12-17 | Merge pull request #181 from sipa/201912_reorder_motivation | Pieter Wuille | |
Restructure motivation/design and add informal summary | |||
2019-12-17 | Merge pull request #182 from pinheadmz/example1 | Pieter Wuille | |
bip-taproot: Explain example from script-tree diagram | |||
2019-12-16 | Add rationale on security assumptions | Pieter Wuille | |
2019-12-16 | bip-taproot: example from diagram | Matthew Zipkin | |
2019-12-15 | Add an informal summary of the design | Pieter Wuille | |
2019-12-15 | Improve and restructure motivation and design | Pieter Wuille | |
2019-12-14 | Merge pull request #176 from sipa/201912_linear_is_easy | Pieter Wuille | |
Linearity makes sign-for-sum-of-keys easier, not possible entirely. | |||
2019-12-14 | Merge pull request #179 from real-or-random/patch-14 | Pieter Wuille | |
Mention that we don't change the hash function | |||
2019-12-14 | Merge pull request #178 from sipa/201912_schnorr_consensus_exact | Pieter Wuille | |
Consistent validity | |||
2019-12-14 | Update bip-schnorr.mediawiki | Tim Ruffing | |
2019-12-13 | Update bip-schnorr.mediawiki | Pieter Wuille | |
Co-Authored-By: Tim Ruffing <crypto@timruffing.de> | |||
2019-12-13 | 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. | |||
2019-12-13 | Merge pull request #177 from sipa/201912_lows_ecdsa_nonmalleable | Pieter Wuille | |
Low-S ECDSA is non-malleable under nonstandard assumptions | |||
2019-12-13 | Completely specified | Pieter Wuille | |
2019-12-13 | Merge pull request #180 from jonasnick/secret-key | Pieter Wuille | |
Replace private key with secret key | |||
2019-12-13 | Replace private key with secret key | Jonas Nick | |
2019-12-13 | Mention that we don't change the hash function | Tim Ruffing | |
2019-12-12 | Low-S ECDSA is non-malleable under nonstandard assumptions | Pieter Wuille | |
2019-12-12 | Merge pull request #175 from real-or-random/patch-13 | Pieter Wuille | |
Clarify why we don't want short hashes | |||
2019-12-12 | 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... | |||
2019-12-11 | Merge pull request #174 from hebasto/patch-1 | Pieter Wuille | |
Fix reference formatting | |||
2019-12-11 | Merge pull request #161 from OrfeasLitos/max-sig-unhashed-bytes | Pieter Wuille | |
Typo: max bytes hashed for sig is 210 | |||
2019-12-11 | Merge pull request #154 from OrfeasLitos/replace-66-with-146 | Pieter Wuille | |
Replace BIP66 link with BIP146 | |||
2019-12-11 | Merge pull request #166 from stefanwouldgo/patch-3 | Pieter Wuille | |
fix singular/plural ambiguity | |||
2019-12-11 | Merge pull request #162 from OrfeasLitos/signing-validation | Pieter Wuille | |
Replace signing with signature before validation | |||
2019-12-11 | Fix reference formatting | Hennadii Stepanov | |
2019-12-11 | fix singular/plural ambiguity | stefanwouldgo | |
2019-12-10 | Merge pull request #148 from OrfeasLitos/link-implicit-y-proof-sketch | Pieter Wuille | |
Link to proof sketch of security of implicit Y | |||
2019-12-10 | Merge pull request #165 from OrfeasLitos/wtxid-malleability | Pieter Wuille | |
Mention hash_type malleability would change wtxid | |||
2019-12-10 | Merge pull request #171 from jonasnick/footnote16 | Pieter Wuille | |
Clarify bip-taproot digest difference to bip143 regarding sub-hashes | |||
2019-12-10 | Merge pull request #172 from jonasnick/footnote9 | Pieter Wuille | |
Improve clarity of footnotes for lift_x | |||
2019-12-10 | Merge pull request #170 from jonasnick/footnote7 | Pieter Wuille | |
Fix footnote 7 and remove references to Euler's criterion | |||
2019-12-10 | Merge pull request #173 from kallerosenbaum/bip-schnorr | Pieter Wuille | |
Nits | |||
2019-12-10 | Fix @jonasnick's comment | Kalle Rosenbaum | |
2019-12-09 | Nits | Kalle Rosenbaum | |
2019-12-04 | Improve clarity of footnotes for lift_x | Jonas Nick | |
2019-11-29 | Clarify bip-taproot digest difference to bip143 regarding sub-hashes | Jonas Nick | |