Skip to content

Commit

Permalink
SQUASH review
Browse files Browse the repository at this point in the history
  • Loading branch information
cjpatton committed Aug 20, 2024
1 parent cf4b9ce commit 90b7357
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 @@ -4951,9 +4951,9 @@ justification of this choice.
> to the high level idea.

The description of the IDPF-key generation algorithm makes use of auxiliary
functions `extend()`, `convert()`, and `encode_public_share()` defined in
{{idpf-bbcggi21-helper-functions}}. In the following, we let `Field2` denote the
field `GF(2)`.
functions `extend()` and `convert()` defined in
{{idpf-bbcggi21-helper-functions}}. In the following, we let `Field2` denote
the field `GF(2)`.

~~~ python
def gen(
Expand Down Expand Up @@ -5029,7 +5029,7 @@ def gen(
> TODO Describe in prose how IDPF-key evaluation algorithm works.

The description of the IDPF-evaluation algorithm makes use of auxiliary
functions `extend()`, `convert()`, and `decode_public_share()` defined in
functions `extend()` and `convert()` defined in
{{idpf-bbcggi21-helper-functions}}.

~~~ python
Expand Down

0 comments on commit 90b7357

Please sign in to comment.