Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: David Cook <dcook@divviup.org>
  • Loading branch information
cjpatton and divergentdave authored Aug 21, 2024
1 parent f873881 commit 032e14c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions draft-irtf-cfrg-vdaf.md
Original file line number Diff line number Diff line change
Expand Up @@ -3229,7 +3229,7 @@ Applying this idea to the example circuit `C` above:
protect the privacy of the measurement.) It sends secret shares of `x` and
the coefficients of `p` to each of the Aggregators.

1. Each Aggregator locally computes and broadcasts its share of `p(0)`, which
1. Each Aggregator locally computes and broadcasts its share of `p(1)`, which
is equal to its share of `C(x)`.

In fact, our FLP is slightly more general than this. We can replace the
Expand All @@ -3238,7 +3238,7 @@ For example, in {{prio3sum}}, the validity circuit uses the following
sub-circuit multiple times:

~~~
Range2(x) = x * (x -1) = x^2 - x
Range2(x) = x * (x - 1) = x^2 - x
~~~

(This is the same functionality computed by the example circuit `C` above.)
Expand Down

0 comments on commit 032e14c

Please sign in to comment.