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

12 lines
147 B
C++

/*
* OT-Offline.cpp
*
*/
#include "OT/NPartyTripleGenerator.h"
int main(int argc, const char** argv)
{
TripleMachine(argc, argv).run();
}