[][src]Module hpke::kem

Structs

DhP256HkdfSha256

Represents DHKEM(P256, HKDF-SHA256)

EncappedKey

Holds the content of an encapsulated secret. This is what the receiver uses to derive the shared secret.

X25519HkdfSha256

Represents DHKEM(Curve25519, HKDF-SHA256)

Traits

Kem

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