prio 0.17.0

Implementation of the Prio aggregation system core: https://crypto.stanford.edu/prio/
Documentation
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;