aead 0.5.2

Traits for Authenticated Encryption with Associated Data (AEAD) algorithms, such as AES-GCM as ChaCha20Poly1305, which provide a high-level API
Documentation
[dependencies.arrayvec]
default-features = false
optional = true
version = "0.7"

[dependencies.blobby]
optional = true
version = "0.3"

[dependencies.bytes]
default-features = false
optional = true
version = "1"

[dependencies.crypto-common]
version = "0.1.4"

[dependencies.generic-array]
default-features = false
version = "0.14"

[dependencies.heapless]
default-features = false
optional = true
version = "0.7"

[features]
alloc = []
default = ["rand_core"]
dev = ["blobby"]
getrandom = ["crypto-common/getrandom", "rand_core"]
rand_core = ["crypto-common/rand_core"]
std = ["alloc", "crypto-common/std"]
stream = []

[package]
authors = ["RustCrypto Developers"]
categories = ["cryptography", "no-std"]
description = "Traits for Authenticated Encryption with Associated Data (AEAD) algorithms,\nsuch as AES-GCM as ChaCha20Poly1305, which provide a high-level API\n"
documentation = "https://docs.rs/aead"
edition = "2021"
keywords = ["crypto", "encryption"]
license = "MIT OR Apache-2.0"
name = "aead"
readme = "README.md"
repository = "https://github.com/RustCrypto/traits"
rust-version = "1.56"
version = "0.5.2"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]