Added TreeHash functionality

This commit is contained in:
mjkeating
2019-01-24 16:32:58 -08:00
parent 8e82cd5934
commit 4a2d5c9fbe
4 changed files with 217 additions and 0 deletions

View File

@@ -7,3 +7,4 @@ edition = "2018"
[dependencies]
bytes = "0.4.9"
ethereum-types = "0.4.0"
hashing = { path = "../hashing" }