public static bool HasAnySmallFactors(
BigInteger candidate
)
Public Shared Function HasAnySmallFactors (
candidate As BigInteger
) As Boolean
public:
static bool HasAnySmallFactors(
BigInteger^ candidate
)
Org.BouncyCastle.Math.Primes.HasAnySmallFactors = function(candidate);