Module orion::hazardous::aead

source ·
Expand description

AEADs (Authenticated Encryption with Associated Data).

Modules

AEAD ChaCha20Poly1305 as specified in the RFC 8439.
Streaming AEAD based on XChaCha20Poly1305.
AEAD XChaCha20Poly1305 as specified in the draft RFC.