prvsum
Prvsum is a term used in privacy-preserving data analysis to denote a protocol or function that computes the sum of a set of private numeric inputs without disclosing the individual values. The name is often written as prvsum or private sum and is used in discussions of secure aggregation.
The concept arose within the fields of secure computation and federated analytics, where organizations want to
Several approaches are used to realize prvsum. Additive secret sharing splits each input into random shares
Common applications include federated analytics, smart metering, healthcare data aggregation, and sensor networks, where the goal
See also: differential privacy, secure multi-party computation, homomorphic encryption, secret sharing, privacy-preserving data analysis.