Registry / crypto / blake2-rfc-bellman-edition

blake2-rfc-bellman-edition

JSON →
library0.0.1rscratesunverified

A pure Rust implementation of BLAKE2 based on RFC 7693, forked for publishing purposes.

# Cargo.toml [dependencies] blake2-rfc_bellman_edition = "0.0.1"
INSTALL
IMPORT
SIG · BLAKE2-RFC-BELLMAN
B
blake2-rfc-bellman-edition
cryptorustv0.0.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 blake2_rfc_bellman_edition::blake2b::Blake2b;

Computes a BLAKE2b hash of a message.

use blake2_rfc_bellman_edition::blake2b::Blake2b; let mut hasher = Blake2b::new(64); hasher.update(b"hello world"); let hash = hasher.finalize(); println!("{:?}", hash.as_bytes());
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Resources
blake2-rfc-bellman-edition — cargo add blake2-rfc-bellman-edition · libregistry