Expand description
Secure aggregation protocol.
Google-style secure aggregation: N parties each hold a private value, and want to compute the SUM without revealing any individual value. Uses pairwise masking (each pair shares a mask that cancels when summed).
Structsยง
- Aggregation
Party - A party in the secure aggregation.
- Secure
Aggregation - The secure aggregation session.