blob: fa8c9cfac95758bdfabe2a44f1eac429bd050330 [file] [log] [blame] [view] [edit]
## 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 Use
Usage of the Java Differential Privacy library is demonstrated in the
[codelab](https://github.com/google/differential-privacy/tree/main/examples/java).