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 July 24, 2025 : Update _index.md (4598568)