-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adopt
prio::vdaf::dummy::Vdaf
everywhere (#2692)
...and remove the dummy VDAF we had in Janus itself. This is a step toward implementing support for VDAFs that use an aggregation parameter (#225). We could use Poplar1, of course, but what's _really_ interesting is Mastic, which besides using an aggregation parameter, is a single-round VDAF. I want to be able to contrast the implementation complexity of VDAFs with an aggregation parameter and ones that also take multiple rounds, and the dummy VDAF is most expedient way to wire up the former. Also adopts `prio` 0.16.1, to pick up some bug fixes to the dummy VDAF.
- Loading branch information
1 parent
78e5bbf
commit bcd45c2
Showing
20 changed files
with
915 additions
and
1,333 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.