mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-05-13 03:00:24 -04:00
13 lines
146 B
C
13 lines
146 B
C
/*
|
|
* config.h
|
|
*
|
|
*/
|
|
|
|
#ifndef OT_CONFIG_H_
|
|
#define OT_CONFIG_H_
|
|
|
|
#define USE_OPT_VOLE 1
|
|
#define NUM_VOLE_CHALLENGES 3
|
|
|
|
#endif /* OT_CONFIG_H_ */
|