aead 0.3.2

Traits for Authenticated Encryption with Associated Data (AEAD) algorithms
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"]

[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"
readme = "README.md"
repository = "https://github.com/RustCrypto/traits"
version = "0.3.2"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]