mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-05-13 03:00:24 -04:00
9 lines
113 B
C++
9 lines
113 B
C++
/*
|
|
* SPDZ2^(64+48).cpp
|
|
*
|
|
*/
|
|
|
|
#include "SPDZ2k.hpp"
|
|
|
|
template class Machine<Spdz2kShare<72, 64>, Share<gf2n>>;
|