Support VDAFs with an aggregation parameter that isn't `()`
Open
@tgeoghegan is already working on this.
Since Feb 14, 2024.
- Dominant language
- Rust
- Stars
- 70
- Forks
- 16
- Avg merge
- 4h 36m
- Merged PRs (30d)
- 30
Description
Once we have a Poplar1 specification (https://github.com/cfrg/draft-irtf-cfrg-vdaf/issues/84) and implementation (https://github.com/divviup/libprio-rs/issues/141), we need janus to support it. Of course, a DAP implementation should be generic over VDAFs, so we shouldn't need any Poplar1 specific code, but what we will need to do is teach Janus to deal with VDAFs that actually have an aggregation parameter, where aggregation jobs cannot be created or driven until the collector hits [leader]/collect.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.