Uses of Class
org.bouncycastle.math.internal.Primes.MROutput
-
Packages that use Primes.MROutput Package Description org.bouncycastle.math.internal Low-level math operations directly on arrays (to replace the slow, immutable, BigInteger). -
-
Uses of Primes.MROutput in org.bouncycastle.math.internal
Methods in org.bouncycastle.math.internal that return Primes.MROutput Modifier and Type Method Description static Primes.MROutput
Primes. enhancedMRProbablePrimeTest(java.math.BigInteger candidate, java.security.SecureRandom random, int iterations)
FIPS 186-4 C.3.2 Enhanced Miller-Rabin Probabilistic Primality Test Run several iterations of the Miller-Rabin algorithm with randomly-chosen bases.
-