Skip to content

Commit

Permalink
Update draft-irtf-cfrg-vdaf.md
Browse files Browse the repository at this point in the history
Co-authored-by: Christopher Patton <cpatton@cloudflare.com>
  • Loading branch information
schoppmp and cjpatton authored Apr 2, 2024
1 parent bb7ef65 commit 4cdc597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft-irtf-cfrg-vdaf.md
Original file line number Diff line number Diff line change
Expand Up @@ -3980,7 +3980,7 @@ combination of input share and level.
<!-- TODO: Text about counts -->

~~~
def is_valid(agg_param, previous_agg_params):
def is_valid(Poplar1, agg_param, previous_agg_params):
# Exit early if this is the first time.
if len(previous_agg_params) < 1:
return True
Expand Down

0 comments on commit 4cdc597

Please sign in to comment.