Files
MP-SPDZ/Protocols/MalRepRingOptions.h
2019-06-07 15:26:28 +10:00

23 lines
392 B
C++

/*
* MalRepRingOptions.h
*
*/
#ifndef PROTOCOLS_MALREPRINGOPTIONS_H_
#define PROTOCOLS_MALREPRINGOPTIONS_H_
#include "Tools/ezOptionParser.h"
class MalRepRingOptions
{
public:
static MalRepRingOptions singleton;
bool shuffle;
MalRepRingOptions();
MalRepRingOptions(ez::ezOptionParser& opt, int argc, const char** argv);
};
#endif /* PROTOCOLS_MALREPRINGOPTIONS_H_ */