Registry / utility / hash256-std-hasher

hash256-std-hasher

JSON →
library0.15.2rscratesunverified

Standard library hasher for 256-bit prehashed keys.

# Cargo.toml [dependencies] hash256-std-hasher = "0.15.2"
INSTALL
IMPORT
SIG · HASH256-STD-HASHER
H
hash256-std-hasher
utilityrustv0.15.2
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.

Hash256StdHasher
use hash256_std_hasher::Hash256StdHasher;

Create a default hasher and hash a value.

use hash256_std_hasher::Hash256StdHasher; use std::hash::{Hash, Hasher}; let mut hasher = Hash256StdHasher::default(); "hello".hash(&mut hasher); let result = hasher.finish(); println!("{}", result);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.15.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
hash256-std-hasher — cargo add hash256-std-hasher · libregistry