aead 0.6.0-pre.0

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.2.0-pre.5"

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

[features]
alloc = []
default = ["rand_core"]
dev = ["blobby"]
getrandom = ["crypto-common/getrandom"]
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.65"
version = "0.6.0-pre.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]