aead 0.4.0-pre

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

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

[dependencies.heapless]
optional = true
version = "0.5"

[features]
alloc = []
default = ["alloc"]
dev = ["blobby"]
std = ["alloc"]
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 = "2018"
keywords = ["crypto", "encryption"]
license = "MIT OR Apache-2.0"
name = "aead"
readme = "README.md"
repository = "https://github.com/RustCrypto/traits"
version = "0.4.0-pre"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]