aes 0.6.0

Facade for AES (Rijndael) block ciphers implementations
Documentation
[dependencies.cipher]
version = "0.2"
[dev-dependencies.cipher]
features = ["dev"]
version = "0.2"

[package]
authors = ["RustCrypto Developers"]
categories = ["cryptography", "no-std"]
description = "Facade for AES (Rijndael) block ciphers implementations"
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.6.0"
[target."cfg(all(target_feature=\"aes\", target_feature = \"sse2\", any(target_arch = \"x86_64\", target_arch = \"x86\")))".dependencies.aesni]
default-features = false
version = "0.10"
[target."cfg(not(all(target_feature=\"aes\", target_feature = \"sse2\", any(target_arch = \"x86_64\", target_arch = \"x86\"))))".dependencies.aes-soft]
version = "0.6"