My Project
Loading...
Searching...
No Matches
user_settings_simple_example.h
1#ifndef _EMBOS_USER_SETTINGS_H_
2#define _EMBOS_USER_SETTINGS_H_
3
4 #undef WOLFCRYPT_ONLY
5 #define WOLFCRYPT_ONLY
6
7 #undef NO_64BIT
8 #define NO_64BIT
9
10 #undef SIZEOF_LONG
11 #define SIZEOF_LONG 4
12
13 #undef SIZEOF_LONG_LONG
14 #define SIZEOF_LONG_LONG 8
15
16 #undef HAVE_CHACHA
17 #define HAVE_CHACHA
18
19 #undef HAVE_POLY1305
20 #define HAVE_POLY1305
21
22 #undef ECC_SHAMIR
23 #define ECC_SHAMIR
24
25 #undef HAVE_ECC
26 #define HAVE_ECC
27
28 #undef WOLFSSL_SHA512
29 #define WOLFSSL_SHA512
30
31 #undef WOLFSSL_SHA384
32 #define WOLFSSL_SHA384
33
34 #undef HAVE_AESGCM
35 #define HAVE_AESGCM
36
37 #undef NO_INLINE
38 #define NO_INLINE
39
40 #undef BENCH_EMBEDDED
41 #define BENCH_EMBEDDED
42
43#endif /* _EMBOS_USER_SETTINGS_H_ */