More details of the protocol can be found in the paper.
- Install prerequisites using instructions here.
- Install emp-tool.
- Install emp-ot.
- git clone https://github.com/emp-toolkit/emp-m2pc.git
- cd emp-m2pc && cmake . && make
-
If you want to test the code in local machine, type
./run ./bin/[binaries] 12345 [more opts]
-
IF you want to test the code over two machine, type
./bin/[binaries] 1 12345 [more opts]
on one machine and./bin/[binaries] 2 12345 [more opts]
on the other.IP address is hardcoded in the test files. Please replace SERVER_IP variable to the real ip.
Please send email to [email protected]
This work was supported in part by the National Science Foundation under Awards #1111599 and #1563722.