Files
MP-SPDZ/Machines/SPDZ2k.cpp
2022-03-08 17:52:16 +11:00

11 lines
158 B
C++

/*
* SPDZ2k.cpp
*
*/
#include "SPDZ2k.hpp"
#ifdef RING_SIZE
template class Machine<Spdz2kShare<RING_SIZE, SPDZ2K_DEFAULT_SECURITY>, Share<gf2n>>;
#endif