[package]
name = "block-modes"
version = "0.3.3"
authors = ["RustCrypto Developers"]
description = "Block cipher modes of operation"
documentation = "https://docs.rs/block-modes"
keywords = ["crypto", "block-cipher", "ciphers"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/RustCrypto/block-ciphers"
[dependencies.block-cipher-trait]
version = "0.6"
[dependencies.block-padding]
version = "0.1"
[dev-dependencies.aes-soft]
version = "0.3"
[dev-dependencies.hex-literal]
version = "0.1"
[features]
default = ["std"]
std = []