Skip to content

Commit

Permalink
Update poc/flp_generic.py
Browse files Browse the repository at this point in the history
Co-authored-by: Christopher Patton <[email protected]>
  • Loading branch information
junyechen1996 and cjpatton authored Oct 13, 2023
1 parent 93412f3 commit 13202ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions poc/flp_generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -643,8 +643,8 @@ def test_vec_set_type_param(self, test_vec):

class MultiHotHistogram(Valid):
"""
A validity circuit that checks each Client's measurement is a bit vector,
and has at most `max_num_bits` 1s.
A validity circuit that checks each Client's measurement is a bit vector
with at most `max_num_bits` 1s.
In order to check the Client measurement `x` has at most `max_num_bits` 1s,
we ask the Client to send an additional `num_bits_for_count` bits that
Expand Down

0 comments on commit 13202ea

Please sign in to comment.