Skip to content

Commit

Permalink
Fix unformed sentence.
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthomson committed Jul 9, 2024
1 parent e514d29 commit 2953e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft-savage-ppm-3phm-mpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ At each iteration:
3. The verifiers each sum together the first `L-1` points they were given:
`P_-` computes `sum_- = sum(i=0..L-1, G_-(i))`.
`P_+` computes `sum_+ = sum(i=0..L-1, G_+(i))`.
where `sum_- + sum_+ = sum(0..L-1, G(i))`.
As a result, `sum_- + sum_+ = sum(0..L-1, G(i))`.

4. Now the verifiers verify the proposition `sum(i=0..L-1, G(i)) = t` by having
`P_-` compute `b_- = t_- - sum_-` and
Expand Down

0 comments on commit 2953e18

Please sign in to comment.