]> git.codecow.com Git - Monocypher.git/commitdiff
Typo
authorLoup Vaillant <loup@loup-vaillant.fr>
Sun, 18 Apr 2021 14:54:43 +0000 (16:54 +0200)
committerLoup Vaillant <loup@loup-vaillant.fr>
Sun, 18 Apr 2021 14:54:43 +0000 (16:54 +0200)
tests/test.c

index 5099634e71ff69dd492da920665461239ca2a548..33c60ce5c812eceed36a225ee5f755277ff18ab6 100644 (file)
@@ -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);