Skip to main content

Module secure_aggregation

Module secure_aggregation 

Source
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ยง

AggregationParty
A party in the secure aggregation.
SecureAggregation
The secure aggregation session.