vitorenesduarte / spdz

Implementation of the online phase of SPDZ - a MPC protocol - relying on a trusted dealer to generate the data needed from the preprocessing phase
GNU General Public License v3.0
1 stars 4 forks source link

Implement Dealer as a separated entity - remove Main class #10

Closed vitorenesduarte closed 9 years ago

vitorenesduarte commented 9 years ago

11060207611d25eb5ca09576e806cca703065c83

vitorenesduarte commented 9 years ago

Start players:

player --port=3000
player --port=3001
player --port=3002

Start dealer:

dealer --generate-circuit=true --circuit-inputs-number=100000 --players=localhost:3000,localhost:3001,localhost:3002