mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-04-20 03:01:31 -04:00
14 lines
196 B
C++
14 lines
196 B
C++
/*
|
|
* rep-bmr-party.cpp
|
|
*
|
|
*/
|
|
|
|
#include "Machines/Rep.hpp"
|
|
|
|
#include "BMR/RealProgramParty.hpp"
|
|
|
|
int main(int argc, const char** argv)
|
|
{
|
|
RealProgramParty<Rep3Share<gf2n_long>>(argc, argv);
|
|
}
|