From ddb0e83455f8a482573266b2e44bb67eca91a640 Mon Sep 17 00:00:00 2001 From: Douglas Campos Date: Sun, 20 Jan 2013 18:10:51 -0200 Subject: [PATCH 1/3] 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... From 2c9c1c7a87f70c3b45062d1d39b8f88cbfbf869f Mon Sep 17 00:00:00 2001 From: Douglas Campos Date: Sun, 20 Jan 2013 18:34:00 -0200 Subject: [PATCH 2/3] moar README fiddlin' --- README.markdown | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.markdown b/README.markdown index 38d3f05e..528c2dc6 100644 --- a/README.markdown +++ b/README.markdown @@ -1,9 +1,8 @@ -P(ortable|ackageable) NaCl -========================== +# libsodium - P(ortable|ackageable) NaCl Portable, cross-compilable, installable, packageable version of the NaCl crypto library. -## Caveats +## differences from the vanilla NaCl We are using ed25519 from SUPERCOP, as even DJB doesn't recommend using edwards25519sha512batch anymore - this will reach NaCL one day... From 7aeeae7d77197a1ec90f0f80578a9b987559b2ab Mon Sep 17 00:00:00 2001 From: Douglas Campos Date: Sun, 20 Jan 2013 18:39:16 -0200 Subject: [PATCH 3/3] english is hard, tks @benlangfeld --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 528c2dc6..5f8a33a3 100644 --- a/README.markdown +++ b/README.markdown @@ -3,6 +3,6 @@ Portable, cross-compilable, installable, packageable version of the NaCl crypto library. -## differences from the vanilla NaCl +## comparison with vanilla NaCl We are using ed25519 from SUPERCOP, as even DJB doesn't recommend using edwards25519sha512batch anymore - this will reach NaCL one day...