Module aead

Module aead 

Source
Expand description

Authenticated Encryption with Associated Data

Modules§

chacha20_poly1305allow-non-fips
The ChaCha20Poly1305 Authenticated Encryption with Associated Data (AEAD).

Structs§

AadSlice
Represents Additional Authenticated Data (AAD) Slice.
AesGcm
Represents an AES-GCM (Galois/Counter Mode) instance.
ChaCha20Poly1305allow-non-fips
The ChaCha20Poly1305 (RFC8439) AEAD.
Tag
Represents the authentication tag for AEADs

Traits§

Aad
A generic representation of additional authenticated data (AAD)