From 6c4c33284d1da7b231c1c7d8e208c6bf74234919 Mon Sep 17 00:00:00 2001 From: Loup Vaillant Date: Tue, 10 Mar 2020 00:00:55 +0100 Subject: [PATCH] Comment nitpick --- src/monocypher.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.47.3