[go: up one dir, main page]

aead 0.6.0-rc.3

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.4.0-pre.1"

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

[dependencies.crypto-common]
version = "0.2.0-rc.5"

[dependencies.inout]
version = "0.2"

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

[lib]
name = "aead"
path = "src/lib.rs"

[package]
authors = ["RustCrypto Developers"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography", "no-std"]
description = """
Traits for Authenticated Encryption with Associated Data (AEAD) algorithms,
such as AES-GCM as ChaCha20Poly1305, which provide a high-level API
"""
documentation = "https://docs.rs/aead"
edition = "2024"
keywords = ["crypto", "encryption"]
license = "MIT OR Apache-2.0"
name = "aead"
readme = "README.md"
repository = "https://github.com/RustCrypto/traits"
rust-version = "1.85"
version = "0.6.0-rc.3"

[package.metadata.docs.rs]
all-features = true

[[test]]
name = "dummy"
path = "tests/dummy.rs"