[][src]Module hpke::aead

Structs

AeadCtxR

The HPKE receiver's context. This is what you use to open ciphertexts.

AeadCtxS

The HPKE senders's context. This is what you use to seal plaintexts.

AeadTag

An authenticated encryption tag

AesGcm128

The implementation of AES-GCM-128

AesGcm256

The implementation of AES-GCM-128

ChaCha20Poly1305

The implementation of ChaCha20-Poly1305

Traits

Aead

Represents authenticated encryption functionality