opendp 0.15.0

A library of differential privacy algorithms for the statistical analysis of sensitive private data.
1
2
3
4
//! User-facing utility helpers that mirror the search helpers available in the Python and R APIs.

pub mod search;
pub use search::*;