Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 309 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 309 Bytes

mpsi

Build

This project depends on boost and libOTe. The author used gcc 11.4.1.

cd libOTe
python build.py --all --boost --sodium
cd .. 
mkdir build
cd build
cmake ..
make -j

To run it:

./upsi -r 2

Contact

Contact [email protected] if you have any question.