mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-04-20 03:01:31 -04:00
14 lines
195 B
C++
14 lines
195 B
C++
/*
|
|
* mal-rep-ecdsa-party.cpp
|
|
*
|
|
*/
|
|
|
|
#include "Protocols/MaliciousRep3Share.h"
|
|
|
|
#include "hm-ecdsa-party.hpp"
|
|
|
|
int main(int argc, const char** argv)
|
|
{
|
|
run<MaliciousRep3Share>(argc, argv);
|
|
}
|