mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-05-13 03:00:24 -04:00
16 lines
292 B
C++
16 lines
292 B
C++
/*
|
|
* MalRep.hpp
|
|
*
|
|
*/
|
|
|
|
#ifndef MACHINES_MALREP_HPP_
|
|
#define MACHINES_MALREP_HPP_
|
|
|
|
#include "Protocols/MalRepRingPrep.hpp"
|
|
#include "Protocols/MaliciousRepPrep.hpp"
|
|
#include "Protocols/MaliciousRepMC.hpp"
|
|
#include "Protocols/Beaver.hpp"
|
|
#include "Rep.hpp"
|
|
|
|
#endif /* MACHINES_MALREP_HPP_ */
|