mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-04-20 03:01:31 -04:00
12 lines
114 B
C
12 lines
114 B
C
/*
|
|
* config.h
|
|
*
|
|
*/
|
|
|
|
#ifndef GC_CONFIG_H_
|
|
#define GC_CONFIG_H_
|
|
|
|
//#define CHECK_SIZE
|
|
|
|
#endif /* GC_CONFIG_H_ */
|