Registry / crypto / block-buffer

block-buffer

JSON →
library0.12.1rscratesunverified

Buffer types for block processing of data in cryptographic algorithms.

# Cargo.toml [dependencies] block-buffer = "0.12.1"
INSTALL
IMPORT
SIG · BLOCK-BUFFER
B
block-buffer
cryptorustv0.12.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

BlockBuffer
use block_buffer::BlockBuffer;

Create a block buffer and process input data.

use block_buffer::BlockBuffer; let mut buffer = BlockBuffer::<32>::default(); buffer.input(&[0u8; 64]); let blocks = buffer.blocks();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.12.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
17
Amazon
1
Resources
block-buffer — cargo add block-buffer · libregistry