Searched defs:modpow (Results 1 – 5 of 5) sorted by relevance
71 pub(super) fn modpow(x: &BigInt, exponent: &BigInt, modulus: &BigInt) -> BigInt { in modpow() function
134 pub(super) fn modpow(x: &BigUint, exponent: &BigUint, modulus: &BigUint) -> BigUint { in modpow() function
390 fn modpow(b: &mut Bencher) { in modpow() function
876 pub fn modpow(&self, exponent: &Self, modulus: &Self) -> Self { in modpow() method
1024 pub fn modpow(&self, exponent: &Self, modulus: &Self) -> Self { in modpow() method