Skip to content

Commit

Permalink
SQUASH Move generic parameters to proper table
Browse files Browse the repository at this point in the history
  • Loading branch information
cjpatton committed Mar 11, 2023
1 parent bd39782 commit ec4b4e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions draft-irtf-cfrg-vdaf.md
Original file line number Diff line number Diff line change
Expand Up @@ -2785,6 +2785,7 @@ state across evaluations. See {{idpf-poplar}} for details.
| KEY_SIZE | Size in bytes of each IDPF key |
| FieldInner | Implementation of `Field` ({{field}}) used for values of inner nodes |
| FieldLeaf | Implementation of `Field` used for values of leaf nodes |
| Idpf | Implementation of `Idpf` ({{idpf}}) |
| Prg | Implementation of `Prg` ({{prg}}) |
{: #idpf-param title="Constants and types defined by a concrete IDPF."}

Expand All @@ -2800,8 +2801,6 @@ the remaining subsections. These methods make use of constants defined in

| Parameter | Value |
|:------------------|:------------------|
| Idpf | Implementation of `Idpf` ({{idpf}}) |
| Prg | Implementation of `Prg` ({{prg}}) |
| `VERIFY_KEY_SIZE` | `Prg.SEED_SIZE` |
| `NONCE_SIZE` | `16` |
| `ROUNDS` | `2` |
Expand Down

0 comments on commit ec4b4e0

Please sign in to comment.