Fix bug in circuit uncovered by test vector.

This commit is contained in:
Sean Bowe 2018-03-19 23:45:13 -06:00
parent 162a3877e5
commit 4de908b1e5
No known key found for this signature in database
GPG Key ID: 95684257D8F8B031
2 changed files with 113 additions and 40 deletions

View File

@ -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