OpenMined
  • Github
  • Twitter
  • YouTube
  • Facebook

Private Set Intersection

Subscribe

What is PyVertical?

This post is part of our Privacy-Preserving Data Science, Explained series. In this post, we cover: A brief outline of basic concepts: an ex

Private Set Intersection 2 years ago

Private set intersection with Diffie-Hellman

In a previous post we looked at the Diffie-Hellman key exchange protocol. In this post, we’ll see how to use that as a basis to construct a private set intersection protocol.

Private Set Intersection 2 years ago

What is the Diffie-Hellman key exchange protocol?

This post introduces the Diffie-Hellman key exchange protocol. We can build a private set intersection protocol on top of the Diffie-Hellman key exchange protocol, as we’ll see next time.

Private Set Intersection 2 years ago

Private set intersection with the Paillier cryptosystem

In this post we’ll see how a private set intersection protocol can be built using the Paillier cryptosystem.

Private Set Intersection 2 years ago