Skip to content

Commit

Permalink
Fix subscript typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vEnhance committed Apr 9, 2024
1 parent 8027a30 commit d74bab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sumcheck.typ
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ Now for $i = 1, ..., n$,
- Then Victor commits to a random $r_i in FF_q$ and moves on to the next coordinate.

Once Victor has decided on every $r_i$, he asks the oracle for $P(r_1, ..., r_n)$
and makes sure that it matches the value of $g_n(r_n)$.
and makes sure that it matches the value of $g_n (r_n)$.
If so, Victor believes Penny.

Up until now, we wrote the sum-check protocol as a sum over ${0,1}^n$.
Expand Down

0 comments on commit d74bab5

Please sign in to comment.