Module aead

Source
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.
CHACHA20_POLY1305
ChaCha20-Poly1305 as described in RFC 8439.