MP-SPDZ icon indicating copy to clipboard operation
MP-SPDZ copied to clipboard

Question about Malicious Settings.

Open danijimmy19 opened this issue 7 months ago • 12 comments

I'm using the MASCOT MPC protocol within the MP-SPDZ framework to classify digits from the MNIST dataset in a scenario involving a malicious, dishonest majority. To initiate the computation, I use the following command:

Scripts/compile-run.py -H HOSTS -E mascot Program/Source/mnist.py

This command executes computation across three computation parties. By default, does this setup assume all parties are benign? Additionally, how can I modify the execution to simulate a scenario where one of the parties, say Party 1, is malicious? How can this be implemented within MP-SPDZ?

danijimmy19 avatar Jul 17 '24 22:07 danijimmy19