Files
MP-SPDZ/OT/OText_main.cpp
Marcel Keller cc0711c224 MP-SPDZ.
2018-10-11 17:20:26 +11:00

12 lines
128 B
C++

/*
* OText_main.cpp
*
*/
#include "OTMachine.h"
int main(int argc, const char** argv)
{
OTMachine(argc, argv).run();
}