Function solana_sdk::big_mod_exp::big_mod_exp

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

Big integer modular exponentiation