Registry / crypto / keccak-hash

keccak-hash

JSON →
library0.12.0rscratesunverified

A set of utility functions to facilitate working with Keccak hashes (256/512 bits long).

# Cargo.toml [dependencies] keccak-hash = "0.12.0"
INSTALL
IMPORT
SIG · KECCAK-HASH
K
keccak-hash
cryptorustv0.12.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.

keccak256
use keccak_hash::keccak256;

Compute a Keccak-256 hash

use keccak_hash::keccak256; fn main() { let hash = keccak256(b"hello"); println!("{:x}", hash); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.12.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources