mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-04-20 03:01:31 -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>;
|