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

14 lines
199 B
C++

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