Skip to main content

Module kopis512

Module kopis512 

Source
Expand description

Kopis-512 is designed to have security close to that of AES-128

Structs§

Kopis512PublicKey
A public key for this KEM
Kopis512SecretKey
A secret key for this KEM

Constants§

KOPIS512_CIPHERTEXT_LEN
The length of a ciphertext, or “encapsulated key”, for this KEM

Type Aliases§

Kopis512Ciphertext
A ciphertext, or “encapsulated key”, for this KEM. This is just a bytestring with length KOPIS512_CIPHERTEXT_LEN.