Files
MP-SPDZ/Protocols/config.h
2022-04-19 15:13:19 +02:00

14 lines
174 B
C

/*
* config.h
*
*/
#ifndef PROTOCOLS_CONFIG_H_
#define PROTOCOLS_CONFIG_H_
#ifndef DEFAULT_SECURITY
#define DEFAULT_SECURITY 40
#endif
#endif /* PROTOCOLS_CONFIG_H_ */