mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-01-10 05:57:57 -05:00
12 lines
147 B
C++
12 lines
147 B
C++
/*
|
|
* replicated-party.cpp
|
|
*
|
|
*/
|
|
|
|
#include "GC/ReplicatedParty.h"
|
|
|
|
int main(int argc, const char** argv)
|
|
{
|
|
GC::ReplicatedParty(argc, argv);
|
|
}
|