tree: 3b95ed12962ef41497fd8fa3c36f28b4c023c7d0 [path history] [tgz]
  1. checks/
  2. dpagg/
  3. noise/
  4. rand/
  5. .bazelversion
  6. BUILD.bazel
  7. go.mod
  8. go_differential_privacy_deps.bzl
  9. README.md
  10. WORKSPACE
go/README.md

Differential Privacy in Go

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

How to Use

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

Full documentation of the API is available as godoc.