Implement CachedTreeHash for TreeHashVector

This commit is contained in:
Paul Hauner
2019-04-26 11:15:17 +10:00
parent f1d8224d89
commit 15f81c0907
7 changed files with 215 additions and 149 deletions

View File

@@ -7,6 +7,7 @@ edition = "2018"
[dependencies]
bls = { path = "../utils/bls" }
boolean-bitfield = { path = "../utils/boolean-bitfield" }
cached_tree_hash = { path = "../utils/cached_tree_hash" }
dirs = "1.0"
derivative = "1.0"
ethereum-types = "0.5"