]> git.codecow.com Git - Monocypher.git/commitdiff
Credit where credit's due
authorLoup Vaillant <loup@loup-vaillant.fr>
Tue, 3 Oct 2017 20:22:46 +0000 (22:22 +0200)
committerLoup Vaillant <loup@loup-vaillant.fr>
Tue, 3 Oct 2017 20:30:42 +0000 (22:30 +0200)
CuleX contributed more than all others combined, it was past time we
update the author's page.

AUTHORS.md

index 837e20101b5f854f1a98c1371a7b97e4b3a03436..67e808aa6353c2fc9155bf70a2921024bacc9d4b 100644 (file)
@@ -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.