Skip to main content

mod_pow

Function mod_pow 

Source
fn mod_pow(base: &BoxedUint, exponent: &BoxedUint) -> BoxedUint
Expand description

base ^ exponent mod N, constant time in exponent.