Registry / crypto / triehash-vapory

triehash-vapory

JSON →
library0.2.0rscratesunverified

Provides trie-root helpers for Ethereum-style Merkle Patricia tries.

# Cargo.toml [dependencies] triehash-vapory = "0.2.0"
INSTALL
IMPORT
SIG · TRIEHASH-VAPORY
T
triehash-vapory
cryptorustv0.2.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.

TrieRoot
use triehash_vapory::TrieRoot;

Compute a trie root from key-value pairs.

use triehash_vapory::TrieRoot; fn main() { let root = TrieRoot::compute(&[(b"key", b"value")]); println!("{:?}", root); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
35 hits · last 30 days
node
32
Resources
triehash-vapory — cargo add triehash-vapory · libregistry