Registry / crypto / blake-hash

blake-hash

JSON →
library0.4.1rscratesunverified

BLAKE hash functions (BLAKE2, BLAKE3) for cryptographic hashing.

# Cargo.toml [dependencies] blake-hash = "0.4.1"
INSTALL
IMPORT
SIG · BLAKE-HASH
B
blake-hash
cryptorustv0.4.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.

Blake2b
use blake_hash::Blake2b;

Compute BLAKE2b hash of a message

use blake_hash::Blake2b; use blake_hash::Digest; fn main() { let hash = Blake2b::digest(b"hello"); println!("{:x}", hash); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
Resources
blake-hash — cargo add blake-hash · libregistry