Expand description
Aead algorithms
Structs§
- Algorithm
- An AEAD Algorithm.
Statics§
- AES128_
GCM - AES-128 in GCM mode with 128-bit tags and 96 bit nonces.
- AES256_
GCM - AES-256 in GCM mode with 256-bit tags and 96 bit nonces.
- CHACH
A20_ POLY1305 - ChaCha20-Poly1305 as described in RFC 8439.