tree: c09a71531942b054f9bdc2a26e0fd7411a999446 [path history] [tgz]
  1. checks/
  2. dpagg/
  3. noise/
  4. rand/
  5. BUILD.bazel
  6. go.mod
  7. go_differential_privacy_deps.bzl
  8. README.md
  9. 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.