Skip to content

Commit

Permalink
Fix an undefined variable in prep_init() (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjpatton committed Mar 2, 2024
1 parent fa786cc commit 16d7a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poc/vdaf_pine.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ def prep_init(Pine,
Pine.joint_rand_part_and_seed_for_aggregator(
agg_id,
k_wr_joint_rand_blind,
meas_share[:Pine.Flp.Valid.encoded_gradient_len],
meas_share[:Pine.Flp.Valid.encoded_gradient_and_norm_len],
nonce,
k_wr_joint_rand_parts,
USAGE_WR_JOINT_RAND_PART,
Expand Down

0 comments on commit 16d7a0c

Please sign in to comment.