tree: 2783891807b008329f6b366844394edbbd6141c2 [path history] [tgz]
  1. main/
  2. tests/
  3. .bazelrc
  4. .bazelversion
  5. BUILD
  6. maven_install.json
  7. MODULE.bazel
  8. pom.template
  9. README.md
java/README.md

Differential Privacy library in Java

This is the Java implementation of the differential privacy library. For general details and key definitions, see the top-level documentation. This document describes Java-specific aspects.

How to Build

Build the Java differential privacy library and dependencies using bazelisk (... is a part of the command and not a placeholder):

cd java
bazelisk build ...

How to Use

Usage of the Java Differential Privacy library is demonstrated in the codelab.