From: Loup Vaillant Date: Tue, 3 Oct 2017 20:22:46 +0000 (+0200) Subject: Credit where credit's due X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=e8767e8f9f924e3302e5b8d082a0f98d7f763fc4;p=Monocypher.git Credit where credit's due CuleX contributed more than all others combined, it was past time we update the author's page. --- diff --git a/AUTHORS.md b/AUTHORS.md index 837e201..67e808a 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -7,7 +7,7 @@ Designers and Zooko Wilcox-O'Hearn - **Argon2:** Alex Biryukov, Daniel Dinu, and Dmitry Khovratovich - **X25519:** Daniel J. Bernstein -- **edDSA:** Daniel J. Bernstein, Bo-Yin Yang, Niels Duif, Peter +- **EdDSA:** Daniel J. Bernstein, Bo-Yin Yang, Niels Duif, Peter Schwabe, and Tanja Lange Implementors @@ -31,7 +31,10 @@ authors), and _ed25519-donna_ (by Andrew Moon —floodyberry). Thanks ------ -Mike Pechkin and André Maroneze for finding bugs in earlier versions, -and Andrew Moon for clarifying carry propagation in modular -arithmetic. +Mike Pechkin and André Maroneze found bugs in earlier versions of +Monocypher. +Andrew Moon clarified carry propagation in modular arithmetic. + +Fabio Scotoni rewrote the manual into proper man pages, and provided +much needed advice about testing, interface, and above all, packaging.