Registry / crypto / blake2s-simd

blake2s-simd

JSON →
library1.0.4rscratesunverified

A pure Rust BLAKE2s implementation with dynamic SIMD acceleration for high performance.

# Cargo.toml [dependencies] blake2s_simd = "1.0.4"
INSTALL
IMPORT
SIG · BLAKE2S-SIMD
B
blake2s-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.

blake2s
use blake2s_simd::blake2s;

Computes the BLAKE2s hash of a byte slice and prints the result.

use blake2s_simd::blake2s; fn main() { let hash = blake2s(b"hello"); println!("Hash: {}", hash); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
20
Resources
blake2s-simd — cargo add blake2s-simd · libregistry