]> git.codecow.com Git - Monocypher.git/commitdiff
Better represent Fabio Scotoni's involvment
authorLoup Vaillant <loup@loup-vaillant.fr>
Sun, 31 Mar 2019 12:03:10 +0000 (14:03 +0200)
committerLoup Vaillant <loup@loup-vaillant.fr>
Sun, 31 Mar 2019 12:03:10 +0000 (14:03 +0200)
AUTHORS.md

index d8677af08e0c75030a604468c313a64304e254e8..9d619489deb20faee790946fb2411ad140f2591e 100644 (file)
@@ -22,7 +22,6 @@ Implementors
 - **EdDSA:**    Daniel J. Bernstein, taken and adapted from SUPERCOP
                 ref10 and TweetNaCl.  (With significant speed tweaks).
 
-
 Test suite
 ----------
 
@@ -34,21 +33,24 @@ Manual
 
 Loup Vaillant, Fabio Scotoni, and Michael Savage.
 
-Loup Vaillant did a first draft, Fabio Scotoni rewrote the manual into
-proper man pages, and Michael Savage did extensive editing and
-proofreading.
+- Loup Vaillant did a first draft.
+- Fabio Scotoni rewrote the manual into proper man pages (and
+  substantially changed it in the process), and wrote the crypto_kex*()
+  pages from scratch.
+- Michael Savage did extensive editing and proofreading.
 
 Thanks
 ------
 
+Fabio Scotoni provided much needed advice about testing, interface,
+packaging, and the general direction of the whole project.  He also
+redesigned monocypher.org style sheets.
+
 Mike Pechkin and AndrĂ© Maroneze found bugs in earlier versions of
 Monocypher.
 
 Andrew Moon clarified carry propagation in modular arithmetic.
 
-Fabio Scotoni provided much needed advice about testing, interface, and
-above all, packaging.
-
 Mike Hamburg explained comb algorithms, including the signed
 all-bits-set comb described in his 2012 paper, Fast and compact
 elliptic-curve cryptography.  This made EdDSA signatures over twice as