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 = "keccak")]
pub mod keccak;
#[cfg(feature = "blake")]
pub mod stark_blake;
#[cfg(feature = "pedersen")]
pub mod stark_pedersen;
#[cfg(feature = "poseidon")]
pub mod stark_poseidon;