Files
MP-SPDZ/OT/OutputCheck.h
Marcel Keller cc0711c224 MP-SPDZ.
2018-10-11 17:20:26 +11:00

16 lines
296 B
C

/*
* check.h
*
*/
#ifndef OT_OUTPUTCHECK_H_
#define OT_OUTPUTCHECK_H_
#include "Math/Setup.h"
#define RECEIVER_INPUT PREP_DIR "OT-receiver%d-input"
#define RECEIVER_OUTPUT PREP_DIR "OT-receiver%d-output"
#define SENDER_OUTPUT PREP_DIR "OT-sender%d-output%d"
#endif /* OT_OUTPUTCHECK_H_ */