16 lines
420 B
TOML
16 lines
420 B
TOML
[package]
|
|
name = "block-buffer"
|
|
version = "0.10.4"
|
|
authors = ["RustCrypto Developers"]
|
|
license = "MIT OR Apache-2.0"
|
|
description = "Buffer type for block processing of data"
|
|
documentation = "https://docs.rs/block-buffer"
|
|
repository = "https://github.com/RustCrypto/utils"
|
|
keywords = ["block", "buffer"]
|
|
categories = ["cryptography", "no-std"]
|
|
edition = "2018"
|
|
readme = "README.md"
|
|
|
|
[dependencies]
|
|
generic-array = "0.14"
|