parity-common/triehash
David 109f736ac8
Merge pull request #15 from paritytech/chore/remove-unused-deps
Misc cleanup and unused deps
2018-08-08 12:39:20 +02:00
..
benches Add 'triehash/' from commit '1aa25358ac3b483945316b294667f103827dca1e' 2018-07-03 10:12:44 +02:00
src Don't depend on ethereum-types 2018-08-06 09:10:31 +02:00
Cargo.toml Don't depend on ethereum-types 2018-08-06 09:10:31 +02: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).