/*mod hash24;
pub use hash24::*;
mod hash_table;
pub use hash_table::*;
pub trait PartialHash<Hsh: Sized, EntryDistinguish: Sized>{
fn partial_hash(&self) -> Hsh;
fn entry_distinguish(&self) -> EntryDistinguish;
fn check(&self, hash: &Hsh, entry: &EntryDistinguish) -> bool;
//fn reconstruct(hash: &Hsh, distinct: &Dist) -> Self;
}
*/
pub use *;
pub use *;
pub use *;
pub use *;