Borderbasix

Functions
Zp.C File Reference

Functions

template<unsigned int p, typename T >
void convert (Z< p, T > &toto, char *chaine)
 Division operator, based on Euclid's algorithm. More...
 
template<unsigned int p, class T >
Z< p, T > operator^ (const Z< p, T > a, const int n)
 Fast binary exponentiation. More...
 

Function Documentation

template<unsigned int p, typename T >
void convert ( Z< p, T > &  toto,
char *  chaine 
)

Division operator, based on Euclid's algorithm.

template<unsigned int p, class T >
Z<p,T> operator^ ( const Z< p, T >  a,
const int  n 
)

Fast binary exponentiation.

Home  |  Download & InstallContributions