From 4bf646eb838f781df66338895355a92095f4334d Mon Sep 17 00:00:00 2001 From: Loup Vaillant Date: Fri, 27 Mar 2020 22:07:18 +0100 Subject: [PATCH] Wording nitpick --- src/monocypher.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. // -- 2.47.3