Files
MP-SPDZ/ECDSA/rep4-ecdsa-party.cpp
2023-09-26 18:54:32 +10:00

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);
}