#trie #root #root-hash #tetsy #generate #input #patricia

no-std tetsy-triehash

Tetsy Flavored In-memory Patricia Trie Operations

Show the crate…

5 releases

0.8.6 Jun 8, 2021
0.8.5 Feb 28, 2021
0.8.4 Feb 18, 2021
0.8.3 Mar 10, 2021
0.8.0 Feb 20, 2021

#13 in #patricia


Used in 30 crates (via triehash-vapory)

MIT/Apache

48KB
1K SLoC

This crate provides utility functions to validate and initialize tries using flexible input. It is used extensively in tetsy-vapory to validate blocks (mostly transactions and receipt roots).


lib.rs:

Generetes trie root.

This module should be used to generate trie root hash.

Dependencies

~190KB