cryptography Garbled Circuits Yao's Garbled Circuits protocol is a seminal achievement in cryptography, providing a complete and generic solution for two-party secure function evaluation (SFE).
cryptography Private Set Intersection Private Set Intersection (PSI) is a cryptographic protocol that allows two parties, each holding a set of items, to compute the intersection of those sets without revealing any information about items that are not in the intersection.
cryptography Oblivious Transfer What is Oblivious Transfer (OT)? A deep dive into the fundamental cryptography protocol for private choice. Learn how OT Extension powers modern privacy apps.