mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-01-09 13:37:58 -05:00
Protocol in dealer model.
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
|
||||
#include "Math/gfp.hpp"
|
||||
#include "Machines/SPDZ.hpp"
|
||||
#include "Machines/SPDZ2k.hpp"
|
||||
#include "Machines/MalRep.hpp"
|
||||
#include "Machines/ShamirMachine.hpp"
|
||||
#include "Machines/Semi2k.hpp"
|
||||
@@ -30,7 +31,9 @@ int main(int argc, char** argv)
|
||||
// need player number and number of players
|
||||
if (argc < 3)
|
||||
{
|
||||
cerr << "Usage: " << argv[0] << "<my number: 0/1/...> <total number of players> [protocol [threshold]]" << endl;
|
||||
cerr << "Usage: " << argv[0]
|
||||
<< " <my number: 0/1/...> <total number of players> [protocol [threshold]]"
|
||||
<< endl;
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user