public FrodoEngine( int n, int D, int B, short[] cdf_table, IDigest digest, FrodoMatrixGenerator mGen )
Public Sub New ( n As Integer, D As Integer, B As Integer, cdf_table As Short(), digest As IDigest, mGen As FrodoMatrixGenerator )
public: FrodoEngine( int n, int D, int B, array<short>^ cdf_table, IDigest^ digest, FrodoMatrixGenerator^ mGen )
Org.BouncyCastle.Pqc.Crypto.Frodo.FrodoEngine = function(n, D, B, cdf_table, digest, mGen);
In This Article