[dependencies.aes]
version = "0.8.1"
[dev-dependencies.hex-literal]
version = "0.3"
[features]
alloc = []
std = ["alloc"]
[package]
authors = ["RustCrypto Developers"]
categories = ["cryptography", "no-std"]
description = "NIST 800-38F AES Key Wrap (KW) and Key Wrap with Padding (KWP) modes"
edition = "2021"
homepage = "https://github.com/RustCrypto/key-wraps/"
keywords = ["crypto", "AES-KW", "KW", "AES-KWP", "KWP"]
license = "MIT OR Apache-2.0"
name = "aes-kw"
readme = "README.md"
repository = "https://github.com/RustCrypto/key-wraps/tree/aes-kw"
rust-version = "1.56"
version = "0.2.1"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]