Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix an undefined variable in prep_init() #74

Merged
merged 1 commit into from
Mar 2, 2024
Merged

Conversation

cjpatton
Copy link
Collaborator

@cjpatton cjpatton commented Mar 1, 2024

Prevented by #75.

@@ -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],
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry. I didn't re-run tests because I was finishing the spec in an environment where I don't have Sage :)

@junyechen1996 junyechen1996 merged commit 16d7a0c into main Mar 2, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants