placing your order...
Don't refresh or navigate away from the page.In this liveProject, you’ll use the private set-intersection (PSI) protocol to develop a tool which can compare cancer patients for a blind trial without revealing their private details. PSI is a two-party protocol where each party holds a private set that it inputs to the protocol, and outputs a new set that contains only the elements in the intersection. You’ll implement PSI using three different techniques: the oblivious transfer (OT) cryptographic primitive, a standard Bloom filter, and a more complex garbled version of a Bloom filter.
The liveProject is for intermediate Rust developers. To begin this liveProject you will need to be familiar with the following:
TOOLSIn this liveProject, you’ll explore cryptography for collaborative computation that offers privacy enhancement.
geekle is based on a wordle clone.