[][src]Module hpke::kem

Structs

EncappedKey

This holds the content of an encapsulated secret. It is output by the encap and encap_auth functions.

X25519HkdfSha256

Represents DHKEM(Curve25519, HKDF-SHA256)

Traits

Kem

Defines a combination of key exchange mechanism and a KDF, which together form a KEM