From: Loup Vaillant Date: Sun, 13 Oct 2019 23:06:43 +0000 (+0200) Subject: Updated AUTHORS.md for EdDSA X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=bc32c23605da0c5ae038c989b50df1d3e7e1fa0a;p=Monocypher.git Updated AUTHORS.md for EdDSA 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. --- diff --git a/AUTHORS.md b/AUTHORS.md index 873e59d..e186776 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -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 ----------