Skip to content

DP Lib 1.1.1

Compare
Choose a tag to compare
@dibakch dibakch released this 02 Nov 09:13
· 1 commit to 1.1 since this release
ec0b439

This patch release only affects the C++ DP Lib.

We fixed the implicit approximate bounds use case for multiple contributions for sum, mean. variance, and stddev, i.e., when neither approximate bounds, nor upper/lower limits have been set in the builder. Since the approx bounds algorithm just provides the sensitivity for a subsequently executed algorithm, this might not be catastrophic and still provides differentially private outputs with a slightly increased privacy loss.