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

Implement vdaf::Collector on dummy VDAF #948

Merged
merged 1 commit into from
Feb 21, 2024
Merged

Commits on Feb 16, 2024

  1. Implement vdaf::Collector on dummy VDAF

    The dummy VDAF implementation on `prio::vdaf::dummy::Vdaf` was lacking
    an implementation of `prio::vdaf::Collector`. Additionally, we defined
    its `AggregateResult` associated type as `u8`, which is awkward at best
    since the `AggregateShare` associated type is a tuple struct around
    `u64`. We change `prio::vdaf::dummy::Vdaf::AggregateResult` to be `u64`.
    This breaking change to public API is deemed acceptable since this is
    gated behind `test-util`.
    tgeoghegan committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    22ca566 View commit details
    Browse the repository at this point in the history