#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 207/week @ 2024-07-21 161/week @ 2024-07-28 161/week @ 2024-08-04 184/week @ 2024-08-11 117/week @ 2024-08-18 188/week @ 2024-08-25 168/week @ 2024-09-01 153/week @ 2024-09-08 145/week @ 2024-09-15 149/week @ 2024-09-22 173/week @ 2024-09-29 7/week @ 2024-10-06 92/week @ 2024-10-13 101/week @ 2024-10-20 133/week @ 2024-10-27 121/week @ 2024-11-03

447 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