examples: Fix typo

This commit is contained in:
Jack Grigg 2021-02-12 15:52:46 +00:00
parent b3f85d3e69
commit 24eb3500cb
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@ fn main() {
b: Some(b),
};
// Arrange the public input. We expose the multiplication result in row 4
// Arrange the public input. We expose the multiplication result in row 6
// of the aux column, so we position it there in our public inputs.
let mut public_inputs = vec![Fp::zero(); 1 << k];
public_inputs[6] = c;