zcash_proofs 0.10.0

Zcash zk-SNARK circuits and proving APIs
Documentation
//! Implementations of the Zcash circuits and Zcash-specific gadgets.

pub mod ecc;
pub mod pedersen_hash;

pub mod sapling;
pub mod sprout;