The Python Differential Privacy Library. Built on top of: https://github.com/google/differential-privacy
508
stars
139
forks
source link
Update submodule to the latest version of Google DP library and fix compilation #427
Closed
dvadym closed 2 years ago
Compilation fixes: Google DP library started using
absl::StatusOr
instead of customStatusOr
.Note: src/bindings/PyDP/base/status.cpp is deleted, because only
absl::StatusOr
is used