mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-01-08 05:03:59 -05:00
18 lines
226 B
C
18 lines
226 B
C
/*
|
|
* config.h
|
|
*
|
|
*/
|
|
|
|
#ifndef FHEOFFLINE_CONFIG_H_
|
|
#define FHEOFFLINE_CONFIG_H_
|
|
|
|
#ifndef LESS_MEM_MORE_ALLOC
|
|
#define LESS_ALLOC_MORE_MEM
|
|
#endif
|
|
|
|
#ifndef COMP_SEC
|
|
#define COMP_SEC 128
|
|
#endif
|
|
|
|
#endif /* FHEOFFLINE_CONFIG_H_ */
|