Class Primes.STOutput
- Namespace
- Org.BouncyCastle.Math
- Assembly
- BouncyCastle.Cryptography.dll
Used to return the output from the Shawe-Taylor Random_Prime Routine
public sealed class Primes.STOutput
- Inheritance
-
Primes.STOutput
- Inherited Members
Properties
Prime
public BigInteger Prime { get; }
Property Value
PrimeGenCounter
public int PrimeGenCounter { get; }
Property Value
PrimeSeed
public byte[] PrimeSeed { get; }
Property Value
- byte[]