mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-05-13 03:00:24 -04:00
14 lines
170 B
C++
14 lines
170 B
C++
/*
|
|
* rep4-ecsda-party.cpp
|
|
*
|
|
*/
|
|
|
|
#include "Machines/Rep4.hpp"
|
|
|
|
#include "hm-ecdsa-party.hpp"
|
|
|
|
int main(int argc, const char** argv)
|
|
{
|
|
run<Rep4Share>(argc, argv);
|
|
}
|