aesni 0.10.0

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

[dependencies]
cipher = "0.2"
opaque-debug = "0.3"

[dev-dependencies]
cipher = { version = "0.2", features = ["dev"] }

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

[package.metadata.docs.rs]
rustc-args = ["-C", "target-feature=+aes,+ssse3"]
rustdoc-args = ["-C", "target-feature=+aes,+ssse3"]