Move tree_hash from ssz into own crate

This commit is contained in:
Paul Hauner
2019-04-15 11:14:30 +10:00
parent 7132ee59c0
commit 0b5c10212d
10 changed files with 461 additions and 443 deletions

View File

@@ -10,7 +10,6 @@
extern crate bytes;
extern crate ethereum_types;
mod cached_tree_hash;
pub mod decode;
pub mod encode;
mod signed_root;