Searched refs:smallPrime (Results 1 – 1 of 1) sorted by relevance
670 ? smallPrime(bitLength, certainty, rnd) in BigInteger()702 smallPrime(bitLength, DEFAULT_PRIME_CERTAINTY, rnd) : in probablePrime()713 private static BigInteger smallPrime(int bitLength, int certainty, @NonNull Random rnd) { in smallPrime() method in BigInteger