aes-soft 0.6.2

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

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

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