Move Jubjub and Pedersen hash gadgets into zcash_proofs

These are currently too Zcash-specific to be generalized, and need some
targeted refactoring.
This commit is contained in:
Jack Grigg
2019-08-06 00:48:36 +01:00
parent 2ae5804a67
commit 61c633db1e
5 changed files with 28 additions and 28 deletions

View File

@@ -1,2 +1,5 @@
pub mod ecc;
pub mod pedersen_hash;
pub mod sapling;
pub mod sprout;