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