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

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

#17 in #tetsy

28 downloads per month
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