differential-privacy icon indicating copy to clipboard operation
differential-privacy copied to clipboard

Google's differential privacy libraries.

Results 30 differential-privacy issues
Sort by recently updated
recently updated
newest added

Bumps [golang.org/x/image](https://github.com/golang/image) from 0.7.0 to 0.10.0. Commits cb227cd tiff: limit work when decoding malicious images a5392f0 bmp: support to decode 8-bit format with up to 256 color palette f9550b0 go.mod:...

dependencies

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.54.0 to 1.56.3. Release notes Sourced from google.golang.org/grpc's releases. Release 1.56.3 Security server: prohibit more than MaxConcurrentStreams handlers from running at once (CVE-2023-44487) In addition to this...

dependencies

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.9.0 to 0.17.0. Commits b225e7c http2: limit maximum handler goroutines to MaxConcurrentStreams 88194ad go.mod: update golang.org/x dependencies 2b60a61 quic: fix several bugs in flow control accounting 73d82ef...

dependencies

I wanted to write a Zetasql query that joins two tables on a single private column for an ANON_COUNT() query. For example, if there are tables: table1 and table2, both...

feature request

DP Auditorium: * Fix README links to point to correct folders.

There is currently no way for library users to specify their own Random implementation when building noisers. This prevents tests from having predictable/deterministic results. This can be exported in a...

Updates the requirements on [scikit-learn](https://github.com/scikit-learn/scikit-learn) to permit the latest version. Updates `scikit-learn` to 1.4.2 Release notes Sourced from scikit-learn's releases. Scikit-learn 1.4.2 We're happy to announce the 1.4.2 release. This...

dependencies
python

Hi team, I am trying to find the implementation of algorithm mentioned section 5.1.1 Automatic bounds determination of [paper](https://arxiv.org/pdf/1909.01917.pdf) in JAVA. Lines from the paper "This differs from standard workflows,...

Bumps the go_modules group in /privacy-on-beam with 1 update: [golang.org/x/image](https://github.com/golang/image). Updates `golang.org/x/image` from 0.15.0 to 0.18.0 Commits 3bbf4a6 tiff: Validate palette indices when parsing palette-color images 6c5fa46 go.mod: update golang.org/x...

dependencies
go

Hi! First, thanks for this amazing library! I use it heavily in my research, and it has been spotless! :) A quick technicality: It is common knowledge (mentioned in the...