digest-buffer 0.3.1

Fixed size buffer for use in cryptographic hash functions
Documentation
[package]
name = "digest-buffer"
version = "0.3.1"
authors = ["The Rust-Crypto Project Developers"]
license = "MIT/Apache-2.0"
description = "Fixed size buffer for use in cryptographic hash functions"
documentation = "https://docs.rs/digest-buffer"
repository = "https://github.com/RustCrypto/hashes"
keywords = ["buffer", "digest"]

[dependencies]
byte-tools = "0.1"
generic-array = "0.7"