aesni 0.2.0

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

[dependencies]
block-cipher-trait = "0.5"
opaque-debug = "0.1"

[dev-dependencies]
block-cipher-trait = { version = "0.5", features = ["dev"] }

[workspace]