From: Loup Vaillant Date: Mon, 9 Mar 2020 23:00:55 +0000 (+0100) Subject: Comment nitpick X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=6c4c33284d1da7b231c1c7d8e208c6bf74234919;p=Monocypher.git Comment nitpick --- diff --git a/src/monocypher.c b/src/monocypher.c index e7ab149..8fe197a 100644 --- a/src/monocypher.c +++ b/src/monocypher.c @@ -1567,7 +1567,7 @@ static void ge_tobytes(u8 s[32], const ge *h) // h = s, where s is a point encoded in 32 bytes // -// Variable time! Inputs must not be secret! +// Variable time! Internal buffers are not wiped! Inputs must not be secret! // => Use only to *check* signatures. // // From the specifications: