[][src]Crate zcash_proofs

Zcash circuits and proofs.

zcash_proofs contains the zk-SNARK circuits used by Zcash, and the APIs for creating and verifying proofs.

Modules

circuit

Implementations of the Zcash circuits and Zcash-specific gadgets.

prover

Abstractions over the proving system and parameters for ease of use.

sapling

Helpers for creating Sapling proofs.

sprout

APIs for creating and verifying Sprout proofs.

Functions

default_params_folder

Returns the default folder that the Zcash proving parameters are located in.

download_parameters

Download the Zcash Sapling parameters, storing them in the default location.

load_parameters