Skip to content

ShallMate/fastpsi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 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.

这是一个通信量极低且保持了高效率的PSI实现,包括了一种新的低冗余高效OKVS与PSI协议。我们是用YACL库实现的。

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

No packages published