mod.rs |
Implementations of some aggregator communication topologies specified in [VDAF].
[VDAF]: https://datatracker.ietf.org/doc/html/draft-irtf-cfrg-vdaf-06#section-5.7 |
232 |
ping_pong.rs |
Implements the Ping-Pong Topology described in [VDAF]. This topology assumes there are exactly
two aggregators, designated "Leader" and "Helper". This topology is required for implementing
the [Distributed Aggregation Protocol][DAP].
[VDAF]: https://datatracker.ietf.org/doc/html/draft-irtf-cfrg-vdaf-08#section-5.8
[DAP]: https://datatracker.ietf.org/doc/html/draft-ietf-ppm-dap |
35841 |