Expand description

Implementations of traits for raising a number to a power modulo another number.

The traits are ModPow, ModPowAssign, and ModPowPrecomputed. ModPowPrecomputed is useful when having to make several exponentiations modulo the same modulus.