Expand description
Authenticated Encryption with Associated Data
Modules§
- chacha20_
poly1305 allow-non-fips - The
ChaCha20Poly1305Authenticated Encryption with Associated Data (AEAD).
Structs§
- AadSlice
- Represents Additional Authenticated Data (AAD) Slice.
- AesGcm
- Represents an AES-GCM (Galois/Counter Mode) instance.
- ChaCha20
Poly1305 allow-non-fips - The
ChaCha20Poly1305(RFC8439) AEAD. - Tag
- Represents the authentication tag for AEADs
Traits§
- Aad
- A generic representation of additional authenticated data (AAD)