Registry / crypto / tetsy-keccak-hash

tetsy-keccak-hash

JSON →
library0.7.1rscratesunverified

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

# Cargo.toml [dependencies] tetsy-keccak-hash = "0.7.1"
INSTALL
IMPORT
SIG · TETSY-KECCAK-HASH
T
tetsy-keccak-hash
cryptorustv0.7.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.

keccak256
use tetsy_keccak_hash::keccak256;

Compute a Keccak-256 hash of a byte slice.

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

No known issues recorded.

Upgrade
Version history
0.7.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
16
Resources
tetsy-keccak-hash — cargo add tetsy-keccak-hash · libregistry