mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-05-13 03:00:24 -04:00
11 lines
220 B
C++
11 lines
220 B
C++
|
|
#include "Math/gfp.hpp"
|
|
#include "GC/TinierSecret.h"
|
|
#include "Processor/FieldMachine.h"
|
|
|
|
int main(int argc, const char** argv)
|
|
{
|
|
ez::ezOptionParser opt;
|
|
DishonestMajorityFieldMachine<Share>(argc, argv, opt);
|
|
}
|