mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-01-09 13:37:58 -05:00
10 lines
187 B
C++
10 lines
187 B
C++
|
|
#include "Player-Online.hpp"
|
|
#include "Math/gfp.h"
|
|
|
|
int main(int argc, const char** argv)
|
|
{
|
|
ez::ezOptionParser opt;
|
|
return spdz_main<Share<gfp>, Share<gf2n>>(argc, argv, opt);
|
|
}
|