Skip to content

Commit

Permalink
Get rid of "vector chunk"
Browse files Browse the repository at this point in the history
  • Loading branch information
divergentdave authored and cjpatton committed Nov 2, 2024
1 parent e01973c commit d007a4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions draft-irtf-cfrg-vdaf.md
Original file line number Diff line number Diff line change
Expand Up @@ -6317,7 +6317,7 @@ VDAF. These are listed in the subsections below.
: The length of the vector, an integer.

`chunk_length`:
: the length of each vector chunk, an integer.
: a parameter of the ParallelSum gadget, an integer.

`bits`:
: the bit length of each element of the vector, an integer. Each element is in
Expand All @@ -6332,7 +6332,7 @@ VDAF. These are listed in the subsections below.
: The length of the vector, an integer.

`chunk_length`:
: the length of each vector chunk, an integer.
: a parameter of the ParallelSum gadget, an integer.

### Prio3MultihotCountVec

Expand All @@ -6343,7 +6343,7 @@ VDAF. These are listed in the subsections below.
: The length of the vector, an integer.

`chunk_length`:
: the length of each vector chunk, an integer.
: a parameter of the ParallelSum gadget, an integer.

`max_weight`:
: The largest vector weight, an integer. The sum of the elements of the
Expand Down

0 comments on commit d007a4e

Please sign in to comment.