Files
MP-SPDZ/OT/OText_main.cpp
2016-09-02 19:16:51 +01:00

14 lines
180 B
C++

// (C) 2016 University of Bristol. See License.txt
/*
* OText_main.cpp
*
*/
#include "OTMachine.h"
int main(int argc, const char** argv)
{
OTMachine(argc, argv).run();
}