mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-04-20 03:01:31 -04:00
11 lines
158 B
C++
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
|