accumulators 0.5.1

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

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