mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-05-13 03:00:24 -04:00
12 lines
141 B
C++
12 lines
141 B
C++
/*
|
|
* atlas-party.cpp
|
|
*
|
|
*/
|
|
|
|
#include "Atlas.hpp"
|
|
|
|
int main(int argc, const char** argv)
|
|
{
|
|
ShamirMachineSpec<AtlasShare>(argc, argv);
|
|
}
|