2018-07-26 11:14:07 -04:00
2017-11-13 17:12:36 +00:00
2018-05-14 23:27:08 -04:00
2017-11-13 20:23:53 -05:00
2017-11-06 18:30:55 -05:00
2018-05-14 20:55:28 -04:00
2018-07-26 11:14:07 -04:00
2018-04-24 12:05:28 -04:00
2017-11-06 18:30:55 -05:00

emp-ag2pcBuild Status

Authenticated Garbling and Efficient Maliciously Secure Two-Party Computation

Installation

  1. Install prerequisites using instructions here.
  2. Install emp-tool.
  3. Install emp-ot.
  4. git clone https://github.com/emp-toolkit/emp-ag2pc.git
  5. cd emp-ag2pc && cmake . && make

Test

  • 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 IP variable to the real ip.

Question

Please send email to wangxiao1254@gmail.com

##TODOs 2. clean up code

  1. improve multithreading code using lambda function

  2. improve testing code

Acknowledgement

This work was supported in part by the National Science Foundation under Awards #1111599 and #1563722.

Description
No description provided
Readme MIT 249 KiB
Languages
C++ 96.2%
CMake 2.6%
Shell 0.9%
C 0.3%