Files
pirate-librustzcash/zcash_proofs/src/circuit.rs
Jack Grigg 61c633db1e Move Jubjub and Pedersen hash gadgets into zcash_proofs
These are currently too Zcash-specific to be generalized, and need some
targeted refactoring.
2019-08-14 10:45:57 +01:00

6 lines
70 B
Rust

pub mod ecc;
pub mod pedersen_hash;
pub mod sapling;
pub mod sprout;