google / differential-privacy

Google's differential privacy libraries.
Apache License 2.0
3.07k stars 346 forks source link

java version missing class #63

Closed henrypoter closed 3 years ago

henrypoter commented 3 years ago

In the DpPreconditions.java file, it import the following class: import com.google.differentialprivacy.SummaryOuterClass.MechanismType;

But I can't find it (MechanismType.java) in this repository.