mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-01-30 23:42:13 +00:00
Fix bug in circuit uncovered by test vector.
This commit is contained in:
parent
162a3877e5
commit
4de908b1e5
@ -31,7 +31,6 @@ pub fn note_comm<E, CS>(
|
||||
image.push(Boolean::constant(false));
|
||||
image.push(Boolean::constant(false));
|
||||
image.extend(a_pk.iter().cloned());
|
||||
image.extend(rho.iter().cloned());
|
||||
image.extend(value.iter().cloned());
|
||||
image.extend(rho.iter().cloned());
|
||||
image.extend(r.iter().cloned());
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user