Files
MP-SPDZ/cnc-offline.cpp
Marcel Keller 2008a8782d Overdrive.
2018-03-02 14:33:03 +00:00

15 lines
226 B
C++

// (C) 2018 University of Bristol. See License.txt
/*
* cnc-offline.cpp
*
*/
#include "FHEOffline/CutAndChooseMachine.h"
int main(int argc, const char** argv)
{
CutAndChooseMachine(argc, argv).run();
return 0;
}