From 70b11521c50722b1316b4809ee13566051b46d8a Mon Sep 17 00:00:00 2001 From: Loup Vaillant Date: Sun, 18 Apr 2021 16:54:43 +0200 Subject: [PATCH] Typo --- tests/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.47.3