tf-encrypted / moose

Secure distributed dataflow framework for encrypted machine learning and data processing
Apache License 2.0
56 stars 15 forks source link

what's the reason to using a three-party protocol #1142

Open libratiger opened 2 years ago

libratiger commented 2 years ago

In this section we describe our protocols for performing encrypted computations using the three-party replicated secret sharing scheme.

https://github.com/tf-encrypted/moose-whitepaper

is there any reason why do not using a four-party or other party protocol?

rdragos commented 2 years ago

We had to start from somewhere so we picked the simplest one.

Of course it is possible to add support for other protocols but at the time we chose to spend effort into developing more ops for the replicated case in order to be more robust.