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

Comment on Shanks-Tonelli reference.

parent f51f6335
No related branches found
No related tags found
No related merge requests found
......@@ -60,6 +60,10 @@ ecc_25519_modp(const struct ecc_curve *ecc UNUSED, mp_limb_t *rp)
+ sec_add_1 (rp, rp, ECC_LIMB_SIZE - 1, 19 * cy);
}
/* We'll also need square roots, see
http://www.math.vt.edu/people/brown/doc/sqrts.pdf for a description
of Shanks-Tonelli. The needed quadratic non-residue is 3. */
const struct ecc_curve nettle_curve25519 =
{
255,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment