[dependencies.crypto-common]
version = "0.2.0-rc.0"
[dependencies.zeroize]
default-features = false
optional = true
version = "1.4"
[dev-dependencies.hex-literal]
version = "0.4"
[lib]
name = "block_buffer"
path = "src/lib.rs"
[package]
authors = ["RustCrypto Developers"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["cryptography", "no-std"]
description = "Buffer type for block processing of data"
documentation = "https://docs.rs/block-buffer"
edition = "2021"
keywords = ["block", "buffer"]
license = "MIT OR Apache-2.0"
name = "block-buffer"
readme = "README.md"
repository = "https://github.com/RustCrypto/utils"
rust-version = "1.65"
version = "0.11.0-rc.0"
[[test]]
name = "mod"
path = "tests/mod.rs"