Files
MP-SPDZ/Processor/SPDZ.cpp

15 lines
202 B
C++

/*
* Multiplication.cpp
*
*/
#include "SPDZ.h"
#include "Processor.h"
#include "Math/Share.h"
#include "Auth/MAC_Check.h"
#include "Input.hpp"
template class SPDZ<gfp>;
template class SPDZ<gf2n>;