accumulators 0.5.1

Complete package of multiple Accumulators with Stores and hashing functions (Hashers)
1
2
3
4
5
6
7
8
#[cfg(feature = "hasher")]
pub mod hasher;
#[cfg(feature = "merkle_tree")]
pub mod merkle_tree;
#[cfg(feature = "mmr")]
pub mod mmr;
#[cfg(feature = "store")]
pub mod store;