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

draft07, taskprov: Align VdafConfig and clean up #439

Merged
merged 1 commit into from
Nov 29, 2023

Conversation

cjpatton
Copy link
Contributor

Partially addresses #350.
Stacked on #438.

Align serialization of VdafConfig with the latest draft. Along the way, remove the VdafType and simplify. This struct is used only for aligning the VDAF verify key derivation with ring's HKDF API. It's sufficient (and simpler) to implement the necessary trait on our own VdafVerifyKey type.

daphne/src/vdaf/mod.rs Show resolved Hide resolved
@cjpatton cjpatton force-pushed the cjpatton/next-dap-10 branch from 0a16b6f to 703c334 Compare November 28, 2023 19:04
@cjpatton cjpatton force-pushed the cjpatton/next-dap-11 branch from 6d0c040 to 62e036d Compare November 28, 2023 19:05
@cjpatton
Copy link
Contributor Author

Rebased.

@cjpatton cjpatton force-pushed the cjpatton/next-dap-10 branch from 703c334 to 0671e26 Compare November 29, 2023 17:24
Base automatically changed from cjpatton/next-dap-10 to main November 29, 2023 18:01
Align serialization of `VdafConfig` with the latest draft. Along the
way, remove the `VdafType` and simplify. This struct is used only for
aligning the VDAF verify key derivation with `ring`'s HKDF API. It's
sufficient (and simpler) to implement the necessary trait on our own
`VdafVerifyKey` type.
@cjpatton cjpatton force-pushed the cjpatton/next-dap-11 branch from 62e036d to b34b025 Compare November 29, 2023 18:02
@cjpatton cjpatton merged commit 41f28d6 into main Nov 29, 2023
4 checks passed
@cjpatton cjpatton deleted the cjpatton/next-dap-11 branch November 29, 2023 18:16
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