accumulators 0.5.1

Complete package of multiple Accumulators with Stores and hashing functions (Hashers)
1
2
3
4
5
6
mod core;
pub use self::core::*;

mod hashers;
#[allow(unused_imports)]
pub use self::hashers::*;