9 lines
234 B
C
9 lines
234 B
C
#ifndef MBEDTLS_CONFIG_H
|
|
#define MBEDTLS_CONFIG_H
|
|
|
|
#define MBEDTLS_ERROR_C
|
|
#define MBEDTLS_CIPHER_MODE_CBC
|
|
#define MBEDTLS_AES_C
|
|
#define MBEDTLS_AES_ROM_TABLES //Use precomputed AES tables stored in ROM
|
|
|
|
#endif /* MBEDTLS_CONFIG_H */ |