Skip to content

Commit

Permalink
fix verify annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
cx19981114 committed Jan 11, 2024
1 parent 026b73c commit 7a302c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ahp/verifier.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ impl<F: PrimeField> AHPForR1CS<F> {
//
// Note that z is the interpolation of x || w, so it equals x + v_X * w
// We also use an optimization: instead of explicitly calculating z_c, we
// use the "virtual oracle" z_b * z_c
// use the "virtual oracle" z_a * z_b
//
// LinearCombination::new(
// outer_sumcheck
Expand Down

0 comments on commit 7a302c8

Please sign in to comment.