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