emp-toolkit
emp-ot

Installation

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

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

Question

Please send email to wangx.nosp@m.iao@.nosp@m.cs.um.nosp@m.d.ed.nosp@m.u