mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-01-07 20:53:55 -05:00
16 lines
166 B
C
16 lines
166 B
C
/*
|
|
* config.h
|
|
*
|
|
*/
|
|
|
|
#ifndef GC_CONFIG_H_
|
|
#define GC_CONFIG_H_
|
|
|
|
//#define CHECK_SIZE
|
|
|
|
//#define COUNT_INSTRUCTIONS
|
|
|
|
//#define CHECK_SIZE
|
|
|
|
#endif /* GC_CONFIG_H_ */
|