google / private-join-and-compute

Apache License 2.0
789 stars 139 forks source link

Questions about implementation #33

Open wangtsiao opened 3 years ago

wangtsiao commented 3 years ago

After reading the paper On Deploying Secure Computing: Private Intersection-Sum-with-Cardinality and I found there are three protocols.

**1. DDH-based Private Intersection-Sum Protocol

  1. Randomized-OT based Private Intersection-Sum protocol
  2. Encrypted-Bloom-Filter-based Intersection-Sum Protocol**

Since this repository only implements the DDH-based protocol, will there be other two implementations in the future?

karnseth commented 1 year ago

Hi @wangtsiao , we only have the DDH+Paillier based protocol in this repo for now, but will keep this issue updated if we add the other ones here.