Class Primes.MROutput
- Namespace
- Org.BouncyCastle.Math
- Assembly
- BouncyCastle.Cryptography.dll
Used to return the output from the Enhanced Miller-Rabin Probabilistic Primality Test
public sealed class Primes.MROutput
- Inheritance
-
Primes.MROutput
- Inherited Members
Properties
Factor
public BigInteger Factor { get; }
Property Value
IsNotPrimePower
public bool IsNotPrimePower { get; }
Property Value
IsProvablyComposite
public bool IsProvablyComposite { get; }