#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

#13 in #patricia

Download history 247/week @ 2023-12-23 94/week @ 2023-12-30 180/week @ 2024-01-06 237/week @ 2024-01-13 136/week @ 2024-01-20 99/week @ 2024-01-27 162/week @ 2024-02-03 150/week @ 2024-02-10 224/week @ 2024-02-17 136/week @ 2024-02-24 187/week @ 2024-03-02 266/week @ 2024-03-09 213/week @ 2024-03-16 353/week @ 2024-03-23 381/week @ 2024-03-30 155/week @ 2024-04-06

1,104 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