mod_mul

Function mod_mul 

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

Perform modular multiplication: (a * b) mod m