FrodoEngine Constructor

Initializes a new instance of the FrodoEngine class

Definition

Namespace: Org.BouncyCastle.Pqc.Crypto.Frodo
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public FrodoEngine(
	int n,
	int D,
	int B,
	short[] cdf_table,
	IDigest digest,
	FrodoMatrixGenerator mGen
)

Parameters

n  Int32
 
D  Int32
 
B  Int32
 
cdf_table  Int16
 
digest  IDigest
 
mGen  FrodoMatrixGenerator
 

See Also