Skip to content

Commit

Permalink
simplpedpop: Remove misleading TODO
Browse files Browse the repository at this point in the history
Yes, we'll need to check for wrong lengths, but we'll need to check
this everywhere after we have deserialization. And we have a tracking
issue for this.
  • Loading branch information
real-or-random committed Dec 18, 2024
1 parent 3cecbc8 commit ef43e3b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/chilldkg_ref/simplpedpop.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ def participant_step2(
t, n, idx, com_to_secret = state
coms_to_secrets, sum_coms_to_nonconst_terms, pops = cmsg

# TODO Raise FaultyCoordinatorError when deserizaltion yields wrong lengths
assert len(coms_to_secrets) == n
assert len(sum_coms_to_nonconst_terms) == t - 1
assert len(pops) == n
Expand Down

0 comments on commit ef43e3b

Please sign in to comment.