README for triehash

This commit is contained in:
David Palm 2018-07-10 18:35:13 +02:00
parent d322bcebd2
commit 30da392933
1 changed files with 2 additions and 0 deletions

2
triehash/README.md Normal file
View File

@ -0,0 +1,2 @@
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).