moving hash.rs to bigint in progress

This commit is contained in:
debris
2016-07-25 20:19:33 +02:00
parent 435ba186f8
commit 4dc1d42a93
10 changed files with 55 additions and 93 deletions

View File

@@ -21,8 +21,10 @@ pub use from_json::*;
pub use error::*;
pub use bytes::*;
pub use vector::*;
pub use numbers::*;
pub use sha3::*;
pub use bigint::hash::*;
pub use bigint::uint::*;
pub use bigint::hash;
#[macro_export]
macro_rules! vec_into {