Private Set Intersection demo (C/WASM + garbled circuits)
Live demo (interactive, in-browser):
https://pineappleiceberg.github.io/webpsi/
Source code (C core + WebAssembly glue):
https://github.com/pineappleiceberg/webpsi
This project is a small, self-contained private set intersection (PSI) core
written in C and compiled to WebAssembly, with a browser UI on top. The page
compares two PSI flavours th...