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

Remove std::hash::Hash bound on agg parameters #1670

Merged
merged 1 commit into from
Aug 3, 2023

Conversation

tgeoghegan
Copy link
Contributor

Somewhere along the way, AggregationJobWriter::write picked up a trait bound requiring std::hash::Hash on Vdaf::AggregationParam. This trait isn't actually needed and also breaks Poplar1: Hash is implemented on Prio3*::AggregationParam (i.e., ()), but not on Poplar1AggregationParam.

Somewhere along the way, `AggregationJobWriter::write` picked up a trait
bound requiring `std::hash::Hash` on `Vdaf::AggregationParam`. This
trait isn't actually needed and also breaks Poplar1: `Hash` is
implemented on `Prio3*::AggregationParam` (i.e., `()`), but not on
`Poplar1AggregationParam`.
@tgeoghegan tgeoghegan requested a review from a team as a code owner August 3, 2023 17:16
@tgeoghegan tgeoghegan enabled auto-merge (squash) August 3, 2023 17:16
@tgeoghegan tgeoghegan merged commit fb4d0ee into main Aug 3, 2023
7 checks passed
@tgeoghegan tgeoghegan deleted the timg/agg-param-no-hash branch August 3, 2023 18:18
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.

None yet

3 participants