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

Upgrade prio 0.14.1 -> 0.15.3 and fix related taskprov issues #401

Merged
merged 3 commits into from
Oct 11, 2023

Conversation

cjpatton
Copy link
Contributor

@cjpatton cjpatton commented Oct 11, 2023

Based on #400 (merge that first).
Partially addresses #350.
Partially addresses #386.

Our taskprov implementation is meant to be compatible with DAP-02/VDAF-03. The latest version of the prio crate, 0.15.3, implements VDAF-07, so it's currently not operable. Taskprov will need to catch up with DAP-07/VDAF-07. In the meantime, remove support for the old VDAFs. So that we can keep the testing logic intact, add support for Prio2, which hasn't change over the same time period.

@cjpatton cjpatton force-pushed the cjpatton/dap07/2 branch 2 times, most recently from 65f7909 to c93d5ac Compare October 11, 2023 01:01
daphne/src/messages/taskprov.rs Show resolved Hide resolved
daphne/src/taskprov.rs Outdated Show resolved Hide resolved
@cjpatton cjpatton mentioned this pull request Oct 11, 2023
Base automatically changed from cjpatton/dap07/1 to main October 11, 2023 20:13
Our taskprov implementation is meant to be compatible with
DAP-02/VDAF-03. The latest version of the prio crate, 0.15.3, implements
VDAF-07, so it's currently not operable.

Remove support for the standardized VDAFs. Add support for Prio2 so that
the protocol logic can still be tested.
@cjpatton cjpatton merged commit fe3f7e7 into main Oct 11, 2023
4 checks passed
@cjpatton cjpatton deleted the cjpatton/dap07/2 branch October 11, 2023 21:04
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