block-buffer 0.7.3

Fixed size buffer for block processing of data
Documentation
[package]
name = "block-buffer"
version = "0.7.3"
authors = ["RustCrypto Developers"]
license = "MIT OR Apache-2.0"
description = "Fixed size buffer for block processing of data"
documentation = "https://docs.rs/block-buffer"
repository = "https://github.com/RustCrypto/utils"
keywords = ["block", "buffer"]
categories = ["cryptography", "no-std"]

[dependencies]
byteorder = { version = "1.1", default-features = false }
byte-tools = "0.3"
block-padding = "0.1"
generic-array = "0.12"

[badges]
travis-ci = { repository = "RustCrypto/utils" }