Registry / crypto / kaspa-hashes

kaspa-hashes

JSON →
library0.15.0rscratesunverified

Hashing functions used in the Kaspa cryptocurrency network.

# Cargo.toml [dependencies] kaspa-hashes = "0.15.0"
INSTALL
IMPORT
SIG · KASPA-HASHES
K
kaspa-hashes
cryptorustv0.15.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.

Hash
use kaspa_hashes::Hash;

Create a Kaspa hash from a byte array.

use kaspa_hashes::Hash; fn main() { let hash = Hash::from_bytes([0u8; 32]); println!("Hash: {:?}", hash); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.15.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
kaspa-hashes — cargo add kaspa-hashes · libregistry