18 releases
0.8.4 | Jan 8, 2021 |
---|---|
0.8.3 | Mar 16, 2020 |
0.8.2 | Dec 15, 2019 |
0.8.1 | Oct 24, 2019 |
0.1.0 | Nov 10, 2017 |
#10 in #patricia
68,320 downloads per month
Used in 51 crates
(6 directly)
48KB
1K
SLoC
This crate provides utility functions to validate and initialize tries using flexible input.
It is used extensively in parity-ethereum
to validate blocks (mostly transactions and receipt roots).
lib.rs
:
Generetes trie root.
This module should be used to generate trie root hash.
Dependencies
~240KB