aes-soft 0.4.0

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

[dependencies.byteorder]
default-features = false
version = "1"

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

[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.4.0"