forked from CryptoExperts/EC17-software-masking
-
Notifications
You must be signed in to change notification settings - Fork 0
/
param.h
30 lines (20 loc) · 833 Bytes
/
param.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
// THIS FILE WAS AUTOMATICALLY GENERATED VIA CONFIGURE SCRIPT. PLEASE DO NOT MODIFY IT.
#ifndef _PARAM_H
#define _PARAM_H
#include "mode.h"
#define uint unsigned int
/*****************************************************************************/
/* */
/* PARAMETERS SELECTION */
/* */
/*****************************************************************************/
#define FIELDSIZE 4
#define NBSHARES 2
#define MULT_MODE BINMULT1
#define CODE_MODE NORMAL
#define CIPH_MODE ANY
#define REF_MODE RF1
#define RAND_MODE TRNG
#define TEST_MODE TEST_FIELDMULT
#define NB_TESTS 1
#endif /* _PARAM_H */