Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 675 Bytes

File metadata and controls

21 lines (15 loc) · 675 Bytes

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.