Expand description

Implementations of traits for multiplying two numbers modulo another number.

The traits are ModMul, ModMulAssign, ModMulPrecomputed, and ModMulPrecomputedAssign. ModMulPrecomputed and ModMulPrecomputedAssign are useful when having to make several multiplications modulo the same modulus.