From ddb0e83455f8a482573266b2e44bb67eca91a640 Mon Sep 17 00:00:00 2001 From: Douglas Campos Date: Sun, 20 Jan 2013 18:10:51 -0200 Subject: [PATCH] note wrt ed25519 --- README.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 48923158..38d3f05e 100644 --- a/README.markdown +++ b/README.markdown @@ -4,4 +4,6 @@ P(ortable|ackageable) NaCl Portable, cross-compilable, installable, packageable version of the NaCl crypto library. -[WIP] +## Caveats + +We are using ed25519 from SUPERCOP, as even DJB doesn't recommend using edwards25519sha512batch anymore - this will reach NaCL one day...