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

@@ -21,8 +21,8 @@ use sapling_crypto::primitives::{
use sapling_crypto::circuit::Assignment;
use sapling_crypto::circuit::boolean;
use sapling_crypto::circuit::ecc;
use sapling_crypto::circuit::pedersen_hash;
use super::ecc;
use super::pedersen_hash;
use sapling_crypto::circuit::blake2s;
use sapling_crypto::circuit::num;
use sapling_crypto::circuit::multipack;