modexp

Function modexp 

Source
pub fn modexp(a: u64, b: u64, m: u64) -> u64
Expand description

Modulus exponentiation.