mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-04-20 03:01:31 -04:00
10 lines
246 B
C++
10 lines
246 B
C++
#include "SPDZ.hpp"
|
|
|
|
#include "Protocols/MascotPrep.hpp"
|
|
#include "Processor/FieldMachine.hpp"
|
|
#include "Math/gfp.hpp"
|
|
|
|
template class FieldMachine<Share, Share, DishonestMajorityMachine>;
|
|
|
|
template class Machine<Share<gfp_<0, 2>>, Share<gf2n>>;
|