FrodoEngine public class FrodoEngine Documentation public int CipherTextSize { get; } public int PrivateKeySize { get; } public int PublicKeySize { get; } public int SessionKeySize { get; } public FrodoEngine(int n, int D, int B, short[] cdf_table, IDigest digest, FrodoMatrixGenerator mGen) public void kem_dec(byte[] ss, byte[] ct, byte[] sk) public void kem_enc(byte[] ct, byte[] ss, byte[] pk, SecureRandom random) public void kem_keypair(byte[] pk, byte[] sk, SecureRandom random)