Skip to main content

Module kopis768

Module kopis768 

Source
Expand description

Kopis-768 is designed to have security close to that of AES-192

Structs§

Kopis768PublicKey
A public key for this KEM
Kopis768SecretKey
A secret key for this KEM

Constants§

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

Type Aliases§

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