Skip to content

Commit

Permalink
Add open issue about protocol support
Browse files Browse the repository at this point in the history
  • Loading branch information
csharrison authored and cjpatton committed Aug 2, 2021
1 parent 858a8c4 commit 2590598
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion draft-pda-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -1336,7 +1336,12 @@ to outputs. Since each aggregator is adding noise independently, privacy can be
guaranteed even if all but one of the aggregators is malicious. Differential
privacy is a strong privacy definition, and protects users in extreme
circumstances: Even if an adversary has prior knowledge of every input in a
batch except for one, that one record is still protected.
batch except for one, that one record is still formally protected.

[OPEN ISSUE: While parameters configuring the differential privacy noise (like
specific distributions / variance) can be agreed upon out of band by the
aggregators and collector, there may be benefits to adding explicit protocol
support by encoding them into `PDAParams`.]

## Multiple protocol runs

Expand Down

0 comments on commit 2590598

Please sign in to comment.