lucyq / emp-ag2pc

Authenticated Garbling and Efficient Maliciously Secure Two-Party Computation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EMP-ag2pcBuild Status

Authenticated Garbling and Efficient Maliciously Secure Two-Party Computation

More details of the protocol can be found in the paper.

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.

About

Authenticated Garbling and Efficient Maliciously Secure Two-Party Computation

License:Other


Languages

Language:C++ 97.5%Language:CMake 1.5%Language:Shell 0.8%Language:C 0.2%