Protocol in dealer model.

This commit is contained in:
Marcel Keller
2022-04-19 15:10:18 +02:00
parent eee886570a
commit 9ef15cc2f5
186 changed files with 2008 additions and 618 deletions

View File

@@ -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);
}