[][src]Module pqcrypto_traits::kem

Traits

Ciphertext

The ciphertext to be sent to the other party to decapsulate.

PublicKey

A public key for a KEM

SecretKey

A secret key for a KEM

SharedSecret

The shared secret that should be agreed on.