]> git.codecow.com Git - Monocypher.git/commitdiff
Thank Mike Hamburg for his advice on comb algorithms
authorLoup Vaillant <loup@loup-vaillant.fr>
Fri, 10 Aug 2018 23:39:20 +0000 (01:39 +0200)
committerLoup Vaillant <loup@loup-vaillant.fr>
Fri, 10 Aug 2018 23:39:20 +0000 (01:39 +0200)
AUTHORS.md

index 93b090d8da06d005b77073f255d77d5b0d0416ec..d8677af08e0c75030a604468c313a64304e254e8 100644 (file)
@@ -20,7 +20,8 @@ Implementors
 - **X25519:**   Daniel J. Bernstein, taken and packaged from SUPERCOP
                 ref10.
 - **EdDSA:**    Daniel J. Bernstein, taken and adapted from SUPERCOP
-                ref10 and TweetNaCl.
+                ref10 and TweetNaCl.  (With significant speed tweaks).
+
 
 Test suite
 ----------
@@ -47,3 +48,8 @@ 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
+fast.