From: Loup Vaillant Date: Sun, 31 Mar 2019 12:03:10 +0000 (+0200) Subject: Better represent Fabio Scotoni's involvment X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=fb58270bf24b47947fb6ebd78ecc96577c350d12;p=Monocypher.git Better represent Fabio Scotoni's involvment --- diff --git a/AUTHORS.md b/AUTHORS.md index d8677af..9d61948 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -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