]> git.codecow.com Git - Monocypher.git/commitdiff
Credit where credit's due
authorLoup Vaillant <loup@loup-vaillant.fr>
Tue, 2 Jan 2018 18:03:20 +0000 (19:03 +0100)
committerLoup Vaillant <loup@loup-vaillant.fr>
Tue, 2 Jan 2018 18:03:45 +0000 (19:03 +0100)
AUTHORS.md

index 67e808aa6353c2fc9155bf70a2921024bacc9d4b..06cd118b48a430efbdfc1648e2f12c09ccee7d5b 100644 (file)
@@ -19,7 +19,7 @@ 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
+- **EdDSA:**    Daniel J. Bernstein, taken and adapted from SUPERCOP
                 ref10 and TweetNaCl.
 
 Test suite
@@ -28,6 +28,13 @@ Test suite
 Designed and implemented by Loup Vaillant, using _libsodium_ (by many
 authors), and _ed25519-donna_ (by Andrew Moon â€”floodyberry).
 
+Manual
+------
+
+Loup Vaillant did a first draft, Fabio Scotoni rewrote the manual into
+proper man pages, and Michael Savage did extensive editing and
+proofreading.
+
 Thanks
 ------
 
@@ -36,5 +43,5 @@ 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.
+Fabio Scotoni provided much needed advice about testing, interface, and
+above all, packaging.