Skip to content
Snippets Groups Projects
Commit 4ab23366 authored by Nishant Kumar's avatar Nishant Kumar
Browse files

Merge branch 'master' of github.com:mpc-msri/EzPC

parents d0a5c295 c32b512f
No related branches found
No related tags found
No related merge requests found
......@@ -18,10 +18,13 @@ This folder contains code for Porthos - a semi-honest 3 party secure computation
Note that the first command makes use of input generated from Athos. Please refer to the Athos readme on how to do the same.
# External Code
- `util/` directory contains code taken from SCAPI project.
- `basicSockets` files contain code writen by Roi Inbar. We have modified this code for crypTFlow.
- `tools.cpp` contains some code written by Anner Ben-Efraim and Satyanarayana. This code is majorly modified for crypTFlow.
# Dependencies
- Eigen library: Used in CrypTFlow for faster matrix multiplication. Can be installed by running `./setup-eigen.sh` as mentioned in **Running the protocol** section of this README.
- OpenSSL: Used in CrypTFlow for AES PRG calls, utilizing AES_NI. To see if your CPU supports AES-NI instruction set, run: `cpuid | grep -i aes`. You will see the AES NI supported `true` or `false` flag for each core in your CPU. This was already installed if you ran the instructions mentioned in the **Setup** section of this README (`sudo apt-get install libssl-dev`).
# Notes
- If porthosSecretType != uint64_t, porthosSecretType multiplication function won't work.
- Possible instructions for installation of libssl on Mac, though untested.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment