mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-01-10 05:57:57 -05:00
18 lines
336 B
C++
18 lines
336 B
C++
/*
|
|
* Rep4.hpp
|
|
*
|
|
*/
|
|
|
|
#ifndef MACHINES_REP4_HPP_
|
|
#define MACHINES_REP4_HPP_
|
|
|
|
#include "GC/Rep4Secret.h"
|
|
#include "Protocols/Rep4Share2k.h"
|
|
#include "Protocols/Rep4Prep.h"
|
|
#include "Protocols/Rep4.hpp"
|
|
#include "Protocols/Rep4MC.hpp"
|
|
#include "Protocols/Rep4Input.hpp"
|
|
#include "Protocols/Rep4Prep.hpp"
|
|
|
|
#endif /* MACHINES_REP4_HPP_ */
|