block-buffer 0.9.0

Fixed size buffer for block processing of data
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.block-padding]
optional = true
version = "0.2.0"

[dependencies.generic-array]
version = "0.14"

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