-
Notifications
You must be signed in to change notification settings - Fork 31
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
Combined helper measurement and helper proof seeds #1167
Combined helper measurement and helper proof seeds #1167
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, save for merge conflicts. Once those are resolved, you might be able to un-ignore some of the Prio3 tests.
Looks like un-ignoring might be nontrivial. Wanna land this and I'll start another PR? |
Sure sounds good. I think the remaining failure will be fixed by #1170. |
Actually nvm I got it all working |
Before draft 12, the Prio3 sharding algorithm used different PRG seeds for the non-leader measurement share and the non-leader proof share. Since draft 12 (spec diff), these shares are generated from the same seed (with different domain separators). This PR updates the Prio3 sharding algorithm, and also has a few cleanups.
Closes a subtask of #1122.