Home
last modified time | relevance | path

Searched defs:modpow (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/num-bigint/src/bigint/
Dpower.rs71 pub(super) fn modpow(x: &BigInt, exponent: &BigInt, modulus: &BigInt) -> BigInt { in modpow() function
/aosp_15_r20/external/rust/android-crates-io/crates/num-bigint/src/biguint/
Dpower.rs134 pub(super) fn modpow(x: &BigUint, exponent: &BigUint, modulus: &BigUint) -> BigUint { in modpow() function
/aosp_15_r20/external/rust/android-crates-io/crates/num-bigint/benches/
Dbigint.rs390 fn modpow(b: &mut Bencher) { in modpow() function
/aosp_15_r20/external/rust/android-crates-io/crates/num-bigint/src/
Dbiguint.rs876 pub fn modpow(&self, exponent: &Self, modulus: &Self) -> Self { in modpow() method
Dbigint.rs1024 pub fn modpow(&self, exponent: &Self, modulus: &Self) -> Self { in modpow() method