DiffPrivacy.jl

Build Status

A library to implement Differential Privacy techniques over statistical databases in Julia

DiffPrivacy.jl makes it easier to implement noise in statistical databases to perform a sensitive query. This library brings both Julia's crytographic community and statistics community together.

Installation

Pkg.add("DiffPrivacy")

Usage


julia> using DiffPrivacy

julia> DiffPrivacy.sum_sensitivity([1,3,5,7])
7