Skip to content

Commit

Permalink
SQUASH Fix a broken reference
Browse files Browse the repository at this point in the history
  • Loading branch information
cjpatton committed Oct 8, 2024
1 parent 5fc2630 commit adb49d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions draft-irtf-cfrg-vdaf.md
Original file line number Diff line number Diff line change
Expand Up @@ -2582,10 +2582,10 @@ of proofs.
## Construction {#prio3-construction}

This section specifies `Prio3`, an implementation of the `Vdaf` interface
({{vdaf}}). It has three generic parameters: an `NttField` ({{ntt-field}}), an
`Flp` ({{flp}}) and a `Xof` ({{xof}}). It also has an associated constant,
`PROOFS`, with a value in range `[1, 256)`, denoting the number of FLPs
generated by the Client ({{multiproofs}}).
({{vdaf}}). It has three generic parameters: an `NttField`
({field-ntt-friendly}}), an `Flp` ({{flp}}) and a `Xof` ({{xof}}). It also has
an associated constant, `PROOFS`, with a value in range `[1, 256)`, denoting
the number of FLPs generated by the Client ({{multiproofs}}).

The associated constants and types required by the `Vdaf` interface are
defined in {{prio3-param}}. The methods required for sharding,
Expand Down

0 comments on commit adb49d0

Please sign in to comment.