|
Givaro
|
#include "gmp++/gmp++.h"Namespaces | |
| namespace | Givaro |
Arithmetic on GF(p^k), with p a prime number less than 2^15. | |
Functions | |
| int | isperfectpower (const Integer &) |
| Integer & | pow (Integer &Res, const unsigned long n, const unsigned long l) |
| Integer & | pow (Integer &Res, const Integer &n, const unsigned long l) |
| Integer | pow (const Integer &n, const unsigned long l) |
| Integer & | pow (Integer &Res, const Integer &n, const long l) |
| Integer | pow (const Integer &n, const long l) |
| Integer & | powmod (Integer &Res, const Integer &n, const unsigned long e, const Integer &m) |
| Integer | powmod (const Integer &n, const unsigned long e, const Integer &m) |
| Integer & | powmod (Integer &Res, const Integer &n, const long e, const Integer &m) |
| Integer | powmod (const Integer &n, const long e, const Integer &m) |
| Integer & | powmod (Integer &Res, const Integer &n, const Integer &e, const Integer &m) |
| Integer | powmod (const Integer &n, const Integer &e, const Integer &m) |
1.7.4