// SPDX-License-Identifier: MPL-2.0 //! Implementations of some aggregator communication topologies specified in [VDAF]. //! //! [VDAF]: https://datatracker.ietf.org/doc/html/draft-irtf-cfrg-vdaf-06#section-5.7 pub mod ping_pong;