From: Niels Möller Date: Sat, 7 Jul 2018 19:24:26 +0000 (+0200) Subject: Comment fix. X-Git-Tag: nettle_3.5rc1~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ef18d1e764c8cf967d8636ede2ce3c42ea06e7d;p=thirdparty%2Fnettle.git Comment fix. --- diff --git a/ecc-25519.c b/ecc-25519.c index 92de49be..bb71a36b 100644 --- a/ecc-25519.c +++ b/ecc-25519.c @@ -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,