Traits for Authenticated Encryption with Associated Data (AEAD) algorithms, such as AES-GCM and ChaCha20Poly1305.
# Cargo.toml
[dependencies]
aead = "0.6.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates AEAD encryption using the aead traits.
Add a concrete AEAD crate like aes-gcm to your dependencies.
No dependency data recorded yet.