Module aead

Available on crate feature dep_orion only.
Expand description

AEADs (Authenticated Encryption with Associated Data).

Modules§

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