masp_proofs 3.0.10

Experimental MASP zk-SNARK circuits and proving APIs, based on zcash_proofs
Documentation
1
2
3
4
5
6
7
//! Implementations of the MASP circuits and personalized Pedersen hash

pub mod convert;
pub mod ecc;
pub mod gadgets;
pub mod pedersen_hash;
pub mod sapling;