Refactor with TreeHashCache struct

This commit is contained in:
Paul Hauner
2019-03-27 17:45:27 +11:00
parent e28e97d3c7
commit 35ceb92f2e
2 changed files with 243 additions and 116 deletions

View File

@@ -8,3 +8,4 @@ edition = "2018"
bytes = "0.4.9"
ethereum-types = "0.5"
hashing = { path = "../hashing" }
int_to_bytes = { path = "../int_to_bytes" }