aes 0.8.1

Pure Rust implementation of the Advanced Encryption Standard (a.k.a. Rijndael)
Documentation
[dependencies.cfg-if]
version = "1"

[dependencies.cipher]
version = "0.4.2"
[dev-dependencies.cipher]
features = ["dev"]
version = "0.4.2"

[dev-dependencies.hex-literal]
version = "0.3"

[features]
hazmat = []
zeroize = ["cipher/zeroize"]

[package]
authors = ["RustCrypto Developers"]
categories = ["cryptography", "no-std"]
description = "Pure Rust implementation of the Advanced Encryption Standard (a.k.a. Rijndael)"
documentation = "https://docs.rs/aes"
edition = "2021"
keywords = ["crypto", "aes", "rijndael", "block-cipher"]
license = "MIT OR Apache-2.0"
name = "aes"
readme = "README.md"
repository = "https://github.com/RustCrypto/block-ciphers"
rust-version = "1.56"
version = "0.8.1"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[target."cfg(any(target_arch = \"aarch64\", target_arch = \"x86_64\", target_arch = \"x86\"))".dependencies.cpufeatures]
version = "0.2"