Further tidy tree_hash crate.

This commit is contained in:
Paul Hauner
2019-04-26 10:37:50 +10:00
parent 461f3d2382
commit f1d8224d89
5 changed files with 79 additions and 76 deletions

View File

@@ -1,5 +1,7 @@
use super::*;
use crate::merkleize::merkle_root;
use ethereum_types::H256;
use hashing::hash;
use int_to_bytes::int_to_bytes32;
macro_rules! impl_for_bitsize {