source: asp3_tinet_ecnl_arm/trunk/wolfssl-3.12.2/user_settings.h@ 352

Last change on this file since 352 was 352, checked in by coas-nagasima, 6 years ago

arm向けASP3版ECNLを追加

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-chdr;charset=UTF-8
File size: 279 bytes
Line 
1//#define DEBUG_WOLFSSL
2
3#define HAVE_ECC
4//#define HAVE_FIPS
5
6#define ECC_TIMING_RESISTANT
7#define TFM_TIMING_RESISTANT
8
9#define WOLFSSL_RIPEMD
10#define WOLFSSL_SHA512
11
12#define WC_RSA_BLINDING
13
14#define SINGLE_THREADED
15
16#define CUSTOM_RAND_GENERATE_SEED custom_rand_generate_seed
Note: See TracBrowser for help on using the repository browser.