1[package]
2name = "block-buffer"
3version = "0.10.4"
4authors = ["RustCrypto Developers"]
5license = "MIT OR Apache-2.0"
6description = "Buffer type for block processing of data"
7documentation = "https://docs.rs/block-buffer"
8repository = "https://github.com/RustCrypto/utils"
9keywords = ["block", "buffer"]
10categories = ["cryptography", "no-std"]
11edition = "2018"
12readme = "README.md"
13
14[dependencies]
15generic-array = "0.14"
16