mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-01-11 06:27:56 -05:00
16 lines
296 B
C
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_ */
|