aes 0.7.4

Pure Rust implementation of the Advanced Encryption Standard (a.k.a. Rijndael) including support for AES in counter mode (a.k.a. AES-CTR)
Documentation
[dependencies.cfg-if]
version = "1"

[dependencies.cipher]
version = "0.3"

[dependencies.ctr]
optional = true
version = "0.7"

[dependencies.opaque-debug]
version = "0.3"
[dev-dependencies.cipher]
features = ["dev"]
version = "0.3"

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

[features]
armv8 = []
compact = []
force-soft = []
hazmat = []

[package]
authors = ["RustCrypto Developers"]
categories = ["cryptography", "no-std"]
description = "Pure Rust implementation of the Advanced Encryption Standard (a.k.a. Rijndael)\nincluding support for AES in counter mode (a.k.a. AES-CTR)\n"
documentation = "https://docs.rs/aes"
edition = "2018"
keywords = ["crypto", "aes", "rijndael", "block-cipher"]
license = "MIT OR Apache-2.0"
name = "aes"
readme = "README.md"
repository = "https://github.com/RustCrypto/block-ciphers"
version = "0.7.4"
[package.metadata.docs.rs]
features = ["ctr"]
rustdoc-args = ["--cfg", "docsrs"]
[target."cfg(any(target_arch = \"aarch64\", target_arch = \"x86_64\", target_arch = \"x86\"))".dependencies.cpufeatures]
version = "0.1.4"