Registry / crypto / holo-hash

holo-hash

JSON →
library0.6.1rscratesunverified

Hashing helpers supporting DHT sharding for Holochain.

# Cargo.toml [dependencies] holo_hash = "0.6.1"
INSTALL
IMPORT
SIG · HOLO-HASH
H
holo-hash
cryptorustv0.6.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.

HoloHash
use holo_hash::HoloHash;

Creates a HoloHash from raw bytes.

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

No known issues recorded.

Upgrade
Version history
0.6.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
holo-hash — cargo add holo-hash · libregistry