Searched defs:modPow (Results 1 – 2 of 2) sorted by relevance
91 …@libcore.util.NonNull public BigInteger modPow(@libcore.util.NonNull BigInteger exponent, @libcore… in modPow() method in BigInteger
2870 public BigInteger modPow(BigInteger exponent, BigInteger m) { in modPow() method