
Go to the source code of this file.
Functions | |
| void | my_mpz_powm_ui (mpz_t a, unsigned int n, const mpz_t m) |
Definition in file my_mpz_powm_ui.cc.
| void my_mpz_powm_ui | ( | mpz_t | a, | |
| unsigned int | n, | |||
| const mpz_t | m | |||
| ) |
Definition at line 7 of file my_mpz_powm_ui.cc.
References mpz_clear(), mpz_init_set(), mpz_mod(), mpz_mul(), and mpz_powm_ui().
Referenced by CRingPhi::fast_pow_mod().

1.5.4