ark-crypto-primitives 0.6.0

A library of useful cryptographic primitives
Documentation
1
2
3
4
5
6
7
#[cfg(feature = "blake3")]
mod blake3;
mod poseidon;

#[cfg(feature = "blake3")]
pub use blake3::Blake3MerkleConfig;
pub use poseidon::PoseidonMerkleConfig;