MPC-DualDP

Running the MPC-DualDP protocol

Here we give a simple example to run our protocol.

To run Party A

cd ${MPC-DualDP}/build/bin
./mpc_dualdp_example  127.0.0.1 8899 127.0.0.1 8890 0

To run Party B

cd ${MPC-DualDP}/build/bin
./mpc_dualdp_example  127.0.0.1 8890 127.0.0.1 8899 1
Last modified September 10, 2024 : petace-verse (0548b3b)