Files
MP-SPDZ/OT/OutputCheck.h
Marcel Keller 2008a8782d Overdrive.
2018-03-02 14:33:03 +00:00

18 lines
348 B
C

// (C) 2018 University of Bristol. See License.txt
/*
* 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_ */