Go to the source code of this file.
Namespaces | |
make_curve25519_tables | |
Variables | |
int | make_curve25519_tables.d = -121665 * modp_inv(121666) % p |
def | make_curve25519_tables.g_x = recover_x(g_y, 0) |
int | make_curve25519_tables.g_y = 4 * modp_inv(5) % p |
make_curve25519_tables.modp_sqrt_m1 = pow(2, (p-1) // 4, p) | |
int | make_curve25519_tables.p = 2**255 - 19 |