CmceEngine<GFImpl> class CmceEngine<GFImpl> : ICmceEngine where GFImpl : struct, GF Documentation Code public int CipherTextSize { get; } public int CondBytes { get; } public int DefaultSessionKeySize { get; } public int IrrBytes { get; } public int PrivateKeySize { get; } public int PublicKeySize { get; } public byte[] DecompressPrivateKey(byte[] sk) public byte[] GeneratePublicKeyFromPrivateKey(byte[] sk) public int KemDec(byte[] key, byte[] cipher_text, byte[] sk) public int KemEnc(byte[] cipher_text, byte[] key, byte[] pk, SecureRandom random) public void KemKeypair(byte[] pk, byte[] sk, SecureRandom random)