From: Loup Vaillant Date: Sun, 18 Apr 2021 14:54:43 +0000 (+0200) Subject: Typo X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=70b11521c50722b1316b4809ee13566051b46d8a;p=Monocypher.git Typo --- diff --git a/tests/test.c b/tests/test.c index 5099634..33c60ce 100644 --- a/tests/test.c +++ b/tests/test.c @@ -964,7 +964,7 @@ static int p_elligator_x25519() // Both dirty functions behave the same status |= memcmp(pks, pkf, 32); - // Dirty functions behave cleanly if we clear the 3 msb first + // Dirty functions behave cleanly if we clear the 3 lsb first status |= memcmp(pksc, pk1, 32); status |= memcmp(pkfc, pk1, 32);