Polly 20.0.0git
|
Go to the source code of this file.
Functions | |
mp_result | mp_int_is_prime (mp_int z) |
mp_result | mp_int_find_prime (mp_int z) |
Variables | |
static int | s_ptab [] |
Definition at line 83 of file iprime.c.
References MP_FALSE, mp_int_add_value, mp_int_is_even(), mp_int_is_prime(), MP_OK, and res.
Referenced by main().
Definition at line 45 of file iprime.c.
References MP_FALSE, mp_int_clear, mp_int_compare_value, mp_int_div_value, mp_int_exptmod_bvalue, mp_int_init, MP_OK, MP_TRUE, res, and s_ptab.
Referenced by find_prime(), find_strong_prime(), mp_int_find_prime(), and test_is_prime().
|
static |
Definition at line 30 of file iprime.c.
Referenced by mp_int_is_prime().