generated from martinthomson/internet-draft-template
-
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.
Replace
aggregate()
with streaming API
Modify both `Daf` and `Vdaf` by replacing `aggregate()` with two methods: * `agg_init()` returns an empty aggregate share * `agg_update()` updates an aggregate share with an output share Also, add a method `merge()` for merging two aggregate shares, as will be required for specifying aggregation in DAP. Co-authored-by: Brandon Pitman <[email protected]>
- Loading branch information
Showing
8 changed files
with
261 additions
and
184 deletions.
There are no files selected for viewing
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
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.