]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Comment fix.
authorNiels Möller <nisse@lysator.liu.se>
Sat, 7 Jul 2018 19:24:26 +0000 (21:24 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Sat, 7 Jul 2018 19:24:26 +0000 (21:24 +0200)
ecc-25519.c

index 92de49be941c5744d41a1d9ddf27f089b4728612..bb71a36b3cd5541f978be394c1c6fc6895e7cc33 100644 (file)
@@ -127,7 +127,7 @@ ecc_mod_pow_2kp1 (const struct ecc_modulo *m,
   ecc_mod_mul (m, rp, tp, xp);
 }
 
-/* Computes a^{(p-5)/8} = a^{2^{252-3}} mod m. Needs 5 * n scratch
+/* Computes a^{(p-5)/8} = a^{2^{252}-3} mod m. Needs 5 * n scratch
    space. */
 static void
 ecc_mod_pow_252m3 (const struct ecc_modulo *m,