mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-05-13 03:00:24 -04:00
16 lines
255 B
C++
16 lines
255 B
C++
/*
|
|
* Semi2.hpp
|
|
*
|
|
*/
|
|
|
|
#ifndef MACHINES_SEMI2K_HPP_
|
|
#define MACHINES_SEMI2K_HPP_
|
|
|
|
#include "Protocols/Semi2kShare.h"
|
|
#include "Protocols/SemiPrep2k.h"
|
|
|
|
#include "Semi.hpp"
|
|
#include "Protocols/RepRingOnlyEdabitPrep.hpp"
|
|
|
|
#endif /* MACHINES_SEMI2K_HPP_ */
|