mirror of
https://github.com/saymrwulf/pasta_curves-source.git
synced 2026-09-06 20:20:34 +00:00
examples: Fix typo
This commit is contained in:
parent
b3f85d3e69
commit
24eb3500cb
1 changed files with 1 additions and 1 deletions
|
|
@ -321,7 +321,7 @@ fn main() {
|
||||||
b: Some(b),
|
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.
|
// of the aux column, so we position it there in our public inputs.
|
||||||
let mut public_inputs = vec![Fp::zero(); 1 << k];
|
let mut public_inputs = vec![Fp::zero(); 1 << k];
|
||||||
public_inputs[6] = c;
|
public_inputs[6] = c;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue