Table of Contents

Method Encrypt

Namespace
Rotherprivat.KemBasedNet.Cryptography
Assembly
KemBasedNet.dll

Encrypt(byte[])

Encrypt plaintext data, using the active key exchange algorithm, as public asymmetric key component

public HybridMLKemCipherData? Encrypt(byte[] plaintext)

Parameters

plaintext byte[]

plain text data

Returns

HybridMLKemCipherData

Encrypted data and all public parameters required for decryption