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.
Pkg.add("DiffPrivacy")
julia> using DiffPrivacy
julia> DiffPrivacy.sum_sensitivity([1,3,5,7])
7