Registry / crypto / keccak-hasher

keccak-hasher

JSON →
library0.16.0rscratesunverified

Keccak-256 implementation of the Hasher trait.

# Cargo.toml [dependencies] keccak-hasher = "0.16.0"
INSTALL
IMPORT
SIG · KECCAK-HASHER
K
keccak-hasher
cryptorustv0.16.0
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.

KeccakHasher
use keccak_hasher::KeccakHasher;

Hash data using Keccak-256.

use keccak_hasher::KeccakHasher; use hash_db::Hasher; fn main() { let hash = KeccakHasher::hash(b"hello"); println!("Hash: {:?}", hash); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.16.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
keccak-hasher — cargo add keccak-hasher · libregistry