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

vdaf: Make prep steps symmetric #404

Merged
merged 1 commit into from
Oct 12, 2023
Merged

vdaf: Make prep steps symmetric #404

merged 1 commit into from
Oct 12, 2023

Conversation

cjpatton
Copy link
Contributor

Stacked on #402.
Partially addresses #350.

In DAP-02, the Helper sends the Leader its prep share and the Leader computes the prep message; in DAP-07, the Leader sends the Helper its prep share and the Helper computes the prep message. To facilitate this, update vdaf::prio2 and vdaf::prio3 so that either the Leader or the Helper can compute the prep message.

daphne/src/vdaf/prio3.rs Outdated Show resolved Hide resolved
Base automatically changed from cjpatton/dap07/3 to main October 12, 2023 14:47
@cjpatton
Copy link
Contributor Author

Rebased.

In DAP-02, the Helper sends the Leader its prep share and the Leader
computes the prep message; in DAP-07, the Leader sends the Helper its
prep share and the Helper computes the prep message. To facilitate this,
update `vdaf::prio2` and `vdaf::prio3` so that either the Leader or the
Helper can compute the prep message.
@cjpatton cjpatton merged commit b7365a3 into main Oct 12, 2023
4 checks passed
@cjpatton cjpatton deleted the cjpatton/dap07/4 branch October 12, 2023 16:48
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.

2 participants