aboutsummaryrefslogtreecommitdiff
path: root/crypto-defects.md
diff options
context:
space:
mode:
authorGravatar Andres Erbsen <andres@krutt.org>2016-06-29 01:47:56 -0400
committerGravatar GitHub <noreply@github.com>2016-06-29 01:47:56 -0400
commit820b662de7f6a10d8c99be3c1d9f2cc17551cb09 (patch)
treee5a2e777326adf51e4e2727a2b6ad34b399ba73b /crypto-defects.md
parentdba9223dd4ea46f2476718635bcfbd157671bef6 (diff)
Update crypto-defects.md
Diffstat (limited to 'crypto-defects.md')
-rw-r--r--crypto-defects.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto-defects.md b/crypto-defects.md
index afd06f290..710c53bc0 100644
--- a/crypto-defects.md
+++ b/crypto-defects.md
@@ -6,5 +6,4 @@ appearing in our code.
| ------------------------------------------------------------------- | --------------------------- | --------------------------- | ------------- |
| [openssl#3607](https://rt.openssl.org/Ticket/Display.html?id=3607) | P256 field element squaring | 64-bit Montgomery form, asm | limb overflow |
| [go#13515](https://github.com/golang/go/issues/13515) | Modular exponentiation | uintptr-sized Montgomery form, Go | carry handling |
-| | | | |
-| | | | |
+| [NaCl ed25519 (p. 2)](https://tweetnacl.cr.yp.to/tweetnacl-20131229.pdf) | F25519 mul, square | 64-bit pseudo-Mersenne, qhasm | carry handling |