differential-privacy icon indicating copy to clipboard operation
differential-privacy copied to clipboard

Google's differential privacy libraries.

Results 30 differential-privacy issues
Sort by recently updated
recently updated
newest added

It appears that this project uses openssl/rand.h as its randomness source. Unfortunately, openssl's random number generator is frequently not sufficient for providing privacy protection many statistics. In our analysis, we...

The lack of comments makes this code harder to audit. Consider https://github.com/google/differential-privacy/blob/master/differential_privacy/algorithms/rand.cc It is not clear from reading the code what `SecureURBG::RefreshCache` does. Is it that you are computing a...

This is a proposed change to the C++ building blocks library. I'm posting it here to solicit feedback and suggestions before we make a final call on implementing it. Currently...

This is a proposed change to the C++ building blocks library. I'm posting it here to solicit feedback and suggestions before we make a final call on implementing it. Currently...

@celiayz When I run the below example query given in the github page, I am getting the following `INFO: Bin count threshold was too large to find approximate bounds. Either...

## Why upgrade `rules_jvm_external`? The current version of `jvm_export` supports uploading to S3 hosted repositories. I needed this for my current project. ## Why reorganize the WORKSPACE.bazel file? For some...

Is there a plan to address this: floating-point implementations are subject to the vulnerabilities described in [Casacuberta et al. "Widespread Underestimation of Sensitivity in Differentially Private Libraries and How to...

Bumps [github.com/docker/docker](https://github.com/docker/docker) from 25.0.4+incompatible to 25.0.5+incompatible. Release notes Sourced from github.com/docker/docker's releases. 25.0.5 For a full list of pull requests and changes in this release, refer to the relevant GitHub...

dependencies

Hi Team, How can we dynamically (based on data) determine maxContributions value for approximate bound algorithm? Suppose we do not have any idea about data and would like to find...