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: David Cook <dcook@divviup.org>
  • Loading branch information
schoppmp and divergentdave authored May 2, 2024
1 parent 12bbf0e commit 99531a3
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 @@ -3991,8 +3991,7 @@ def is_valid(Poplar1, agg_param, previous_agg_params):

(level, prefixes) = agg_param
(last_level, last_prefixes) = previous_agg_params[-1]
# The empty prefix 0 is always there.
last_prefixes_set = set(list(last_prefixes) + [0])
last_prefixes_set = set(last_prefixes)

# Check that level increased.
if level <= last_level
Expand Down

0 comments on commit 99531a3

Please sign in to comment.