Table of Contents

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

BigInteger

IsNotPrimePower

public bool IsNotPrimePower { get; }

Property Value

bool

IsProvablyComposite

public bool IsProvablyComposite { get; }

Property Value

bool