Files
MP-SPDZ/Machines/Semi2k.hpp
Marcel Keller e07d9bf2a3 Maintenance.
2022-01-11 16:05:26 +11:00

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_ */