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.
A handful of fixes to the specification of the ping-pong aggregator communication topology encountered during implementation. - Explicitly describe Python objects for `State` - Describe VDAF methods for encoding and decoding aggregation param - `ping_pong` methods accept aggregation param as encoded bytes - `ping_pong` methods accept ping pong Messages as encoded bytes - `ping_pong` methods must encode `Message` into bytes before returning it - `ping_pong_continued` fails if `state` is not `Continued` - add distinct `pong_pong_leader_continued` and `ping_pong_helper_continued` functions instead of `is_leader` param - fix typo in `ping_pong_transition` - Poplar1's `encode_agg_param` aligns with `Vdaf.encode_agg_param`
- Loading branch information
1 parent
31ebac0
commit 87eb78c
Showing
1 changed file
with
103 additions
and
27 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