parity-common/triehash
cheme 2c99d1edb9
Remove deps to hashdb, memdb, patricia-trie, keccak-hash.
2019-02-07 10:30:26 +01:00
..
benches Use tiny_keccak directly 2018-07-10 13:23:22 +02:00
src Remove deps to hashdb, memdb, patricia-trie, keccak-hash. 2019-02-07 10:30:26 +01:00
Cargo.toml Remove deps to hashdb, memdb, patricia-trie, keccak-hash. 2019-02-07 10:30:26 +01:00
README.md README for triehash 2018-07-10 18:35:13 +02:00

README.md

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).