aesni 0.10.0

AES (Rijndael) block ciphers implementation using AES-NI
Documentation
[dependencies.cipher]
version = "0.2"

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

[features]
ctr = []
default = ["ctr"]
nocheck = []

[package]
authors = ["RustCrypto Developers"]
categories = ["cryptography", "no-std"]
description = "AES (Rijndael) block ciphers implementation using AES-NI"
documentation = "https://docs.rs/aesni"
edition = "2018"
keywords = ["crypto", "aes", "rijndael", "block-cipher"]
license = "MIT OR Apache-2.0"
name = "aesni"
repository = "https://github.com/RustCrypto/block-ciphers"
version = "0.10.0"
[package.metadata.docs.rs]
rustc-args = ["-C", "target-feature=+aes,+ssse3"]
rustdoc-args = ["-C", "target-feature=+aes,+ssse3"]