Registry / crypto / blake2b-simd

blake2b-simd

JSON →
library1.0.4rscratesunverified

A pure Rust BLAKE2b implementation with dynamic SIMD acceleration.

# Cargo.toml [dependencies] blake2b_simd = "1.0.4"
INSTALL
IMPORT
SIG · BLAKE2B-SIMD
B
blake2b-simd
cryptorustv1.0.4
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 blake2b_simd::blake2b;

Computes a BLAKE2b hash of a byte string.

use blake2b_simd::blake2b; fn main() { let hash = blake2b(b"hello world"); println!("{}", hash.to_hex()); }
Debug
Known issues
gotchaSIMD features may not be available on all platforms; falls back to portable code
fix
No action needed; the library handles this automatically.
affects: >=1.0.0
Upgrade
Version history
1.0.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
Resources
blake2b-simd — cargo add blake2b-simd · libregistry