Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 907 Bytes

install.md

File metadata and controls

17 lines (15 loc) · 907 Bytes

Environments

We experiment on AWS instances with Ubuntu 20.04. Please refer to our paper for more details.

Dependencies

To compile and run the codes, please install the following dependencies:

  • sudo apt install make g++ m4 lzip build-essential libidn11-dev cmake.
  • Openssl, we tried out with the commit.
  • SEAL, we tried out with version 4.0.0.
  • GMP, we tried out with version 6.2.1.
  • SealPIR, we used a snapshot version of SealPIR with some modifications. The codes of SealPIR we used are included in SealPIR directory so you don't need to install it manually.
  • emp-sh2pc.
  • wrk 2.