Skip to content

Commit

Permalink
Add derive.
Browse files Browse the repository at this point in the history
  • Loading branch information
MxmUrw committed Aug 31, 2023
1 parent fcdc568 commit 7bced48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dp/distributions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ impl Distribution<BigInt> for DiscreteGaussian {
impl DifferentialPrivacyDistribution for DiscreteGaussian {}

/// A DP strategy using the discrete gaussian distribution.
#[derive(Clone, PartialEq, Eq)]
pub struct DiscreteGaussianDpStrategy<B>
where
B: DifferentialPrivacyBudget,
Expand Down

0 comments on commit 7bced48

Please sign in to comment.