Nvidia recently released its Federated Learning Application Runtime Environment, NVFlare to help developers easily bring federated learni
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
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.
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.
In this post we’ll see how a private set intersection protocol can be built using the Paillier cryptosystem.