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