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 mmrs;
pub use self::mmrs::*;

mod formatting;
pub use self::formatting::*;
mod helpers;
pub use self::helpers::*;

mod core;
pub use self::core::*;