Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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