aboutsummaryrefslogtreecommitdiff
path: root/crypto-defects.md
diff options
context:
space:
mode:
authorGravatar Andres Erbsen <andreser@mit.edu>2017-06-10 12:11:02 -0400
committerGravatar GitHub <noreply@github.com>2017-06-10 12:11:02 -0400
commit4b31576821213bccba9513918d44f34883cf8bde (patch)
treecb05ce844ceb7d37fa50cda5d20feae4ed541661 /crypto-defects.md
parentd00efb36e20e7f400efdb3b67da519a75caa3704 (diff)
Create crypto-defects.md
Diffstat (limited to 'crypto-defects.md')
-rw-r--r--crypto-defects.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto-defects.md b/crypto-defects.md
index 55761db3f..8a0611f52 100644
--- a/crypto-defects.md
+++ b/crypto-defects.md
@@ -31,6 +31,7 @@ appearing in our code.
| [openssl#74acf42c](https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=4b8736a22e758c371bc2f8b3534dc0c274acf42c;ds=sidebyside) | Poly1305 | multiple implementations | incorrect carrying |
| [ed25519.py](https://ed25519.cr.yp.to/python/ed25519.py) | Ed25519 | accepts signatures other impls reject | missing h mod l |
| [CryptoNote](https://getmonero.org/2017/05/17/disclosure-of-a-major-bug-in-cryptonote-based-currencies.html) | Anti-double-spending tag | additive curve25519 curve point | need order(P) = l |
+|[bitcoin#eed71d85](https://github.com/bitcoin-core/secp256k1/commit/5de4c5dffd22aa4510a5c97d0ad4a9c2eed71d85) | ECDSA-secp256k1 x*B | mixed addition Jacobian+Affine | missing case |