pub fn big_mod_exp(
    base: &[u8],
    exponent: &[u8],
    modulus: &[u8]
) -> Vec<u8, Global> 
Expand description

Big integer modular exponentiation