mod_sub

Function mod_sub 

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

Perform modular subtraction: (a - b) mod m