#tetcoin #root #trie #vapory #tetsy #root-hash #patricia

no-std tetsy-trie-root

tetsy in-memory patricia trie operations

Show the crate…

4 releases

0.16.1 Mar 11, 2021
0.16.0 Feb 25, 2021
0.16.0-beta Mar 11, 2021
0.16.0-alpha Mar 10, 2021

#15 in #vapory

Download history 123/week @ 2024-06-08 157/week @ 2024-06-15 295/week @ 2024-06-22 53/week @ 2024-06-29 89/week @ 2024-07-06 274/week @ 2024-07-13 157/week @ 2024-07-20 167/week @ 2024-07-27 204/week @ 2024-08-03 149/week @ 2024-08-10 148/week @ 2024-08-17 170/week @ 2024-08-24 191/week @ 2024-08-31 104/week @ 2024-09-07 149/week @ 2024-09-14 189/week @ 2024-09-21

633 downloads per month
Used in 143 crates (7 directly)

Apache-2.0

23KB
295 lines

tetsy-trie-root

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


lib.rs:

Generates trie root.

This module should be used to generate trie root hash.

Dependencies