[package]
name = "block-modes"
version = "0.8.1"
description = "Block cipher modes of operation"
authors = ["RustCrypto Developers"]
license = "MIT OR Apache-2.0"
readme = "README.md"
edition = "2018"
documentation = "https://docs.rs/block-modes"
repository = "https://github.com/RustCrypto/block-ciphers"
keywords = ["crypto", "block-cipher", "ciphers"]
[dependencies]
block-padding = "0.2"
cipher = "0.3"
[dev-dependencies]
aes = { version = "0.7", path = "../aes", features = ["force-soft"] }
hex-literal = "0.2"
[features]
default = ["std"]
alloc = []
std = ["alloc"]