Registry / crypto / tetsy-keccak-hasher

tetsy-keccak-hasher

JSON →
library0.15.4rscratesunverified

Keccak-256 implementation of the hasher trait for Tetsy.

# Cargo.toml [dependencies] tetsy-keccak-hasher = "0.15.4"
INSTALL
IMPORT
SIG · TETSY-KECCAK-HASHE
T
tetsy-keccak-hasher
cryptorustv0.15.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.

KeccakHasher
use tetsy_keccak_hasher::KeccakHasher;

Hashes a byte slice using Keccak-256 and prints the result.

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

No known issues recorded.

Upgrade
Version history
0.15.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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