block-modes 0.7.0

Block cipher modes of operation
Documentation
[dependencies.block-padding]
version = "0.2"

[dependencies.cipher]
version = "0.2"
[dev-dependencies.aes]
version = "0.6"

[dev-dependencies.hex-literal]
version = "0.2"

[features]
alloc = []
default = ["std"]
std = ["alloc"]

[package]
authors = ["RustCrypto Developers"]
description = "Block cipher modes of operation"
documentation = "https://docs.rs/block-modes"
edition = "2018"
keywords = ["crypto", "block-cipher", "ciphers"]
license = "MIT OR Apache-2.0"
name = "block-modes"
readme = "README.md"
repository = "https://github.com/RustCrypto/block-ciphers"
version = "0.7.0"