From e0919d51d9a70ba89899549d7c9ac56631ecbe3e Mon Sep 17 00:00:00 2001 From: Loup Vaillant Date: Mon, 23 Apr 2018 00:19:42 +0200 Subject: [PATCH] Comment: no need to wipe if it is not secret --- src/monocypher.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/monocypher.c b/src/monocypher.c index 4df2abb..2a16008 100644 --- a/src/monocypher.c +++ b/src/monocypher.c @@ -1381,7 +1381,7 @@ static int ge_frombytes_neg(ge *h, const u8 s[32]) -32595792, -7943725, 9377950, 3500415, 12389472, -272473, -25146209, -2005654, 326686, 11406482 } ; - fe u, v, v3, vxx, check; + fe u, v, v3, vxx, check; // no secret, no wipe fe_frombytes(h->Y, s); fe_1(h->Z); fe_sq(u, h->Y); // y^2 -- 2.47.3