From: Loup Vaillant Date: Sun, 22 Apr 2018 22:19:42 +0000 (+0200) Subject: Comment: no need to wipe if it is not secret X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=e0919d51d9a70ba89899549d7c9ac56631ecbe3e;p=Monocypher.git Comment: no need to wipe if it is not secret --- 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