aesni 0.8.0

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

[dependencies.opaque-debug]
version = "0.3"

[dependencies.stream-cipher]
features = ["block-cipher"]
optional = true
version = "0.6"
[dev-dependencies.block-cipher]
features = ["dev"]
version = "0.8"

[dev-dependencies.stream-cipher]
features = ["dev"]
version = "0.6"

[features]
ctr = ["stream-cipher"]
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.8.0"
[package.metadata.docs.rs]
rustc-args = ["-C", "target-feature=+aes,+ssse3"]
rustdoc-args = ["-C", "target-feature=+aes,+ssse3"]