google / rappor

RAPPOR: Privacy-Preserving Reporting Algorithms
Apache License 2.0
862 stars 163 forks source link

Add API for reporting values from a fixed set #15

Open andychu opened 10 years ago

andychu commented 10 years ago

Currently we are using bloom filters for reporting arbitrary strings. As mentioned in the paper, you can also pre-assign choices to individual bits.

Possible interface:

EnumReporter() StringReporter()

etc.