-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for DP noise during aggregation for Prio3SumVec, Prio3His…
…togram (#1072) * Add discrete Laplace distribution, pure DP budget * Implement TypeWithNoise for SumVec * Implement TypeWithNoise for Histogram * Extract noise addition loop * Add reference tests of noise for FLPs * Add proof of epsilon-DP for new mechanism * Document sensitivity definitions of DP strategies * Input validation: error on epsilon=0 * Apply input validation to serde as well
- Loading branch information
1 parent
895378d
commit c5ffd83
Showing
9 changed files
with
1,521 additions
and
50 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.