]> git.codecow.com Git - Monocypher.git/commitdiff
Wording nitpick
authorLoup Vaillant <loup@loup-vaillant.fr>
Fri, 27 Mar 2020 21:07:18 +0000 (22:07 +0100)
committerLoup Vaillant <loup@loup-vaillant.fr>
Fri, 27 Mar 2020 21:07:18 +0000 (22:07 +0100)
src/monocypher.c

index 197f579e67906261c7e574f780098e4be95d3340..1be641614480fab3b79e05272b3c9318a6d37a3b 100644 (file)
@@ -2325,8 +2325,8 @@ static void add_xl(u8 s[32], u8 x)
 }
 
 // "Small" dirty ephemeral key.
-// Use if you need to shrink the size of the binary, and can tolerate a
-// slowdow by a factor of two (compared to the fast version)
+// Use if you need to shrink the size of the binary, and can afford to
+// slow down by a factor of two (compared to the fast version)
 //
 // This version works by decoupling the cofactor from the main factor.
 //