diff --git a/triehash/README.md b/triehash/README.md new file mode 100644 index 0000000..99c5ce4 --- /dev/null +++ b/triehash/README.md @@ -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). \ No newline at end of file