#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 58/week @ 2024-11-13 96/week @ 2024-11-20 179/week @ 2024-11-27 311/week @ 2024-12-04 168/week @ 2024-12-11 119/week @ 2024-12-18 103/week @ 2024-12-25 94/week @ 2025-01-01 89/week @ 2025-01-08 149/week @ 2025-01-15 134/week @ 2025-01-22 48/week @ 2025-01-29 96/week @ 2025-02-05 171/week @ 2025-02-12 71/week @ 2025-02-19 95/week @ 2025-02-26

441 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