Searched refs:modExp (Results 1 – 2 of 2) sorted by relevance
322 static BigInt modExp(BigInt a, BigInt p, BigInt m) { in modExp() method in BigInt
1019 … return new BigInteger(BigInt.modExp(base.getBigInt(), exponent.getBigInt(), modulus.getBigInt())); in modPow()