diff --git a/zcash_proofs/src/circuit/pedersen_hash.rs b/zcash_proofs/src/circuit/pedersen_hash.rs index 7f43b1c..30ee06e 100644 --- a/zcash_proofs/src/circuit/pedersen_hash.rs +++ b/zcash_proofs/src/circuit/pedersen_hash.rs @@ -215,7 +215,7 @@ mod test { let params = &JubjubBls12::new(); let mut input: Vec = vec![]; - for i in 0..(63*3*4+1) { + for i in 0..(63*3*4-6+1) { input.push(true); }