Module kem

Source

Structs§

Ciphertext
PublicKey
SecretKey

Constants§

CIPHERTEXT_SIZE_IN_BFES

Functions§

dec
Decapsulate: use the secret key to extract the corresponding shared symmetric key from a ciphertext (if successful).
enc
Encapsulate: generate a ciphertext and an associated shared symmetric key.
keygen
Generate a public-secret key pair for key encapsulation.