mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-01-10 14:08:09 -05:00
12 lines
122 B
C
12 lines
122 B
C
/*
|
|
* config.h
|
|
*
|
|
*/
|
|
|
|
#ifndef MATH_CONFIG_H_
|
|
#define MATH_CONFIG_H_
|
|
|
|
//#define MAX_MOD_SZ 6
|
|
|
|
#endif /* MATH_CONFIG_H_ */
|