cbc 0.1.2

Cipher Block Chaining (CBC) block cipher mode of operation
Documentation
[dependencies.cipher]
version = "0.4.2"
[dev-dependencies.aes]
version = "0.8"

[dev-dependencies.cipher]
features = ["dev"]
version = "0.4.2"

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

[features]
alloc = ["cipher/alloc"]
block-padding = ["cipher/block-padding"]
default = ["block-padding"]
std = ["cipher/std", "alloc"]
zeroize = ["cipher/zeroize"]

[package]
authors = ["RustCrypto Developers"]
categories = ["cryptography", "no-std"]
description = "Cipher Block Chaining (CBC) block cipher mode of operation"
documentation = "https://docs.rs/cbc"
edition = "2021"
keywords = ["crypto", "block-mode", "ciphers"]
license = "MIT OR Apache-2.0"
name = "cbc"
readme = "README.md"
repository = "https://github.com/RustCrypto/block-modes"
rust-version = "1.56"
version = "0.1.2"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]