From: Loup Vaillant Date: Fri, 27 Mar 2020 21:07:18 +0000 (+0100) Subject: Wording nitpick X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=4bf646eb838f781df66338895355a92095f4334d;p=Monocypher.git Wording nitpick --- diff --git a/src/monocypher.c b/src/monocypher.c index 197f579..1be6416 100644 --- a/src/monocypher.c +++ b/src/monocypher.c @@ -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. //