[dependencies.generic-array]
default-features = false
version = "0.12"
[dependencies.heapless]
optional = true
version = "0.5"
[features]
alloc = []
default = ["alloc"]
[package]
authors = ["RustCrypto Developers"]
categories = ["cryptography", "no-std"]
description = "Traits for Authenticated Encryption with Associated Data (AEAD) algorithms"
documentation = "https://docs.rs/aead"
edition = "2018"
keywords = ["crypto", "encryption"]
license = "MIT OR Apache-2.0"
name = "aead"
repository = "https://github.com/RustCrypto/traits"
version = "0.2.0"
[package.metadata.docs.rs]
all-features = true