Files
MP-SPDZ/Processor/RingOptions.h
2019-04-30 17:25:02 +10:00

20 lines
283 B
C++

/*
* RingOptions.h
*
*/
#ifndef PROCESSOR_RINGOPTIONS_H_
#define PROCESSOR_RINGOPTIONS_H_
#include "Tools/ezOptionParser.h"
class RingOptions
{
public:
int R;
RingOptions(ez::ezOptionParser& opt, int argc, const char** argv);
};
#endif /* PROCESSOR_RINGOPTIONS_H_ */