Skip to content
Snippets Groups Projects
Commit 7ef18d1e authored by Niels Möller's avatar Niels Möller
Browse files

Comment fix.

parent 555dd6d1
Branches
Tags
No related merge requests found
...@@ -127,7 +127,7 @@ ecc_mod_pow_2kp1 (const struct ecc_modulo *m, ...@@ -127,7 +127,7 @@ ecc_mod_pow_2kp1 (const struct ecc_modulo *m,
ecc_mod_mul (m, rp, tp, xp); 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. */ space. */
static void static void
ecc_mod_pow_252m3 (const struct ecc_modulo *m, ecc_mod_pow_252m3 (const struct ecc_modulo *m,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment