opendp 0.4.0

A library of differential privacy algorithms for the statistical analysis of sensitive private data.
Documentation
1
2
3
4
5
6
7
8
9
10

#[cfg(feature="contrib")]
pub mod chain;
#[cfg(feature="contrib")]
pub use crate::comb::chain::*;

#[cfg(feature="contrib")]
pub mod amplify;
#[cfg(feature="contrib")]
pub use crate::comb::amplify::*;