mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-01-10 22:17:57 -05:00
15 lines
208 B
C++
15 lines
208 B
C++
/*
|
|
* Player-Online.cpp
|
|
*
|
|
*/
|
|
|
|
#include "Processor/config.h"
|
|
|
|
#include "Player-Online.hpp"
|
|
|
|
int main(int argc, const char** argv)
|
|
{
|
|
ez::ezOptionParser opt;
|
|
return spdz_main<sgfp>(argc, argv, opt);
|
|
}
|