Uses of Class
org.bouncycastle.math.internal.Primes.MROutput
Packages that use Primes.MROutput
Package
Description
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.MROutputModifier and TypeMethodDescriptionstatic 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.