accumulators 0.5.1

Complete package of multiple Accumulators with Stores and hashing functions (Hashers)
1
2
3
4
#[cfg(feature = "draft_mmr")]
pub mod draft;
#[cfg(feature = "stacked_mmr")]
pub mod stacked;