Skip to content

ShallMate/fastpsi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ultra-Fast Private Set Intersection from Efficient Oblivious Key-Value Stores

This is a PSI implementation with extremely low communication overhead while maintaining high efficiency, including a new low-redundancy and efficient OKVS and PSI protocol. We implemented it using the YACL library.

YACL's Prequisites

Build

git clone https://github.com/secretflow/yacl.git
cd yacl/examples/
git clone https://github.com/ShallMate/fastpsi
cd ..
bazel build --linkopt=-ldl //...
cd bazel-bin/examples/fastpsi
./fastpsi

About

Ultra-Fast Private Set Intersection from Efficient Oblivious Key-Value Stores

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors