Uses of Class
org.bouncycastle.math.Primes.MROutput
-
Packages that use Primes.MROutput Package Description org.bouncycastle.math -
-
Uses of Primes.MROutput in org.bouncycastle.math
Methods in org.bouncycastle.math that return Primes.MROutput Modifier and Type Method Description static Primes.MROutput
Primes. enhancedMRProbablePrimeTest(BigInteger candidate, 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.
-