blob: fdce6d722af2c0eafcbd34774f65703f4608b5c3 (
plain)
1
2
3
4
5
6
7
|
// 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;
|