Skip to content

Commit

Permalink
SQUASH Fix a thingy
Browse files Browse the repository at this point in the history
  • Loading branch information
cjpatton committed Oct 10, 2024
1 parent 783e0d4 commit f52d6b3
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 @@ -2625,6 +2625,8 @@ subsections. These methods refer to constants enumerated in

| Parameter | Value |
|:------------------|:------------------------------------------------|
| `flp` | an instance of `Flp` ({{flp}}) |
| `xof` | `XofTurboShake128` ({{xof-turboshake128}}) |
| `VERIFY_KEY_SIZE` | `xof.SEED_SIZE` |
| `RAND_SIZE` | `xof.SEED_SIZE * SHARES if flp.JOINT_RAND_LEN == 0 else 2 * xof.SEED_SIZE * SHARES` |
| `NONCE_SIZE` | `16` |
Expand All @@ -2640,8 +2642,6 @@ subsections. These methods refer to constants enumerated in
| `PrepState` | `tuple[list[F], Optional[bytes]]` |
| `PrepShare` | `tuple[list[F], Optional[bytes]]` |
| `PrepMessage` | `Optional[bytes]` |
| `flp` | an instance of `Flp` ({{flp}}) |
| `xof` | `XofTurboShake128` ({{xof-turboshake128}}) |
{: #prio3-param title="VDAF parameters for Prio3."}

| Variable | Value |
Expand Down Expand Up @@ -4578,6 +4578,8 @@ subsections. These methods make use of constants defined in {{poplar1-const}}.

| Parameter | Value |
|:------------------|:-------------------------------------------|
| `idpf` | as specified in {{idpf-bbcggi21}} |
| `xof` | `XofTurboShake128` ({{xof-turboshake128}}) |
| `VERIFY_KEY_SIZE` | `xof.SEED_SIZE` |
| `RAND_SIZE` | `xof.SEED_SIZE * 3 + idpf.RAND_SIZE` |
| `NONCE_SIZE` | `16` |
Expand All @@ -4593,8 +4595,6 @@ subsections. These methods make use of constants defined in {{poplar1-const}}.
| `PrepState` | `tuple[bytes, int, FieldVec]` |
| `PrepShare` | `FieldVec` |
| `PrepMessage` | `Optional[FieldVec]` |
| `xof` | `XofTurboShake128` ({{xof-turboshake128}}) |
| `idpf` | as specified in {{idpf-bbcggi21}} |
{: #poplar1-param title="VDAF parameters for Poplar1."}

| Variable | Value |
Expand Down

0 comments on commit f52d6b3

Please sign in to comment.