]> git.codecow.com Git - Monocypher.git/commitdiff
Updated AUTHORS.md for EdDSA
authorLoup Vaillant <loup@loup-vaillant.fr>
Sun, 13 Oct 2019 23:06:43 +0000 (01:06 +0200)
committerLoup Vaillant <loup@loup-vaillant.fr>
Sun, 13 Oct 2019 23:06:43 +0000 (01:06 +0200)
The EdDSA code is now unrecognisable from what we saw in either SUPERCOP
and TweetNaCl.  Some significant pieces are still from ref10 or
TweetNaCl, but the overall structure is different enough that I should
consider myself the primary author...

...and clearly take responsibility for this code.

AUTHORS.md

index 873e59d0a0d5198d4c48340606af850990e9876c..e186776fabdf3479bff4ce2bc708e3e82a2f8c5b 100644 (file)
@@ -19,8 +19,8 @@ Implementors
 - **Argon2i:**  Loup Vaillant, implemented from spec.
 - **X25519:**   Daniel J. Bernstein, taken and packaged from SUPERCOP
                 ref10.
-- **EdDSA:**    Daniel J. Bernstein, taken and adapted from SUPERCOP
-                ref10 and TweetNaCl.  (With significant speed tweaks).
+- **EdDSA:**    Loup Vaillant, with bits and pieces from SUPERCOP ref10
+                and TweetNaCl.
 
 Test suite
 ----------