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

14 lines
199 B
C++

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