mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-05-13 03:00:24 -04:00
8 lines
189 B
C++
8 lines
189 B
C++
#include "SPDZ.hpp"
|
|
|
|
#include "Protocols/MascotPrep.hpp"
|
|
#include "Processor/FieldMachine.hpp"
|
|
#include "Math/gfp.hpp"
|
|
|
|
template class FieldMachine<Share, Share, DishonestMajorityMachine>;
|