(no title)
pixelcort | 6 years ago
https://en.m.wikipedia.org/wiki/Secure_multi-party_computati...
The benefit of this is that you can get an exact computation, whereas with differential privacy the output is rougher.
The benefit of differential privacy is that it does not rely on the trust of a majority of other users; you can theoretically verify that a certain percent of the time your device sends out a wrong answer.
sangel|6 years ago
The goal of MPC is to hide the inputs of the program. But it is okay for an adversary to make all sorts of inferences by looking at the outputs.
The goal of differential privacy is to limit the kind of inferences that an adversary can make about a particular user/input from the output itself.
v4dok|6 years ago
perone|6 years ago
aloknnikhil|6 years ago
https://godoc.org/gopkg.in/dedis/kyber.v2/share
https://github.com/dedis/kyber
ginger_beer_m|6 years ago