From 30da392933e46df39aeb7c51512b325e3a9aef6a Mon Sep 17 00:00:00 2001 From: David Palm Date: Tue, 10 Jul 2018 18:35:13 +0200 Subject: [PATCH] README for triehash --- triehash/README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 triehash/README.md 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