mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-05-13 03:00:24 -04:00
14 lines
174 B
C
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_ */
|