-
Go the the folder you want to install everything
-
curl https://raw.githubusercontent.com/emp-toolkit/emp-readme/master/scripts/install.py -O
-
python install.py --deps --tool --ot
to install code dependency, and master branch of emp-tool and emp-ot. More flags can be added including--sh2pc
,--ag2pc
,--agmpc
,--zk
.
- You can also install a branch using
python install.py --[repo1]=[branch1] --[repo2]=[branch2]
, e.g.,python install.py --deps --tool=0.2.1 --ot=master
@misc{emp-toolkit,
author = {Xiao Wang and Alex J. Malozemoff and Jonathan Katz},
title = {{EMP-toolkit: Efficient MultiParty computation toolkit}},
howpublished = {\url{https://github.com/emp-toolkit}},
year={2016}
}
This work was supported in part by the National Science Foundation under Awards #1111599 and #1563722.
The authors would like to thank everyone who contributed to this project, including but not limited to
- Fabrice Benhamouda,
- Weikeng Chen,
- Shai Halevi,
- Brett Hemenway,
- Zhicong Huang,
- Wen-jie Lu,
- Ivan Oliveira Nunes,
- David Cerezo Sánchez,
- Phillipp Schoppmann,
- Chenkai Weng,
- Ruiyu Zhu,
- and others.
Please send emails to wangxiao@cs.northwestern.edu