Let us walk on the 3-isogeny graph
|
Go to the source code of this file.
Macros | |
#define | pbits 2047 |
#define | itch_size 128 |
Functions | |
void | fp_pow (fp b, const fp e, const fp a) |
void | fp_mul (fp c, const fp a, const fp b) |
void | fp_add (fp c, const fp a, const fp b) |
void | fp_sub (fp c, const fp a, const fp b) |
void | fp_sqr (fp b, const fp a) |
void | fp_mont_redc (fp a, const uint64_t b[2 *NUMBER_OF_WORDS]) |
#define itch_size 128 |
Definition at line 14 of file fp-karatsuba.c.
Referenced by fp_inv(), fp_mont_redc(), and fp_mul().
#define pbits 2047 |
Definition at line 13 of file fp-karatsuba.c.
Referenced by fp_random().
Definition at line 40 of file fp-karatsuba.c.
References a, CNT_FP_ADD_INC, and fp_add_s.
void fp_mont_redc | ( | fp | a, |
const uint64_t | b[2 *NUMBER_OF_WORDS] ) |
Definition at line 100 of file fp-karatsuba.c.
References a, i, itch_size, and p.
Referenced by fp_sqr().
Definition at line 31 of file fp-karatsuba.c.
References a, and CNT_FP_MUL_INC.
Definition at line 20 of file fp-karatsuba.c.
References a.
Definition at line 55 of file fp-karatsuba.c.
References a, CNT_FP_SQR_INC, and fp_squaring.
Definition at line 47 of file fp-karatsuba.c.
References a, CNT_FP_ADD_INC, and fp_sub_s.