21 #ifndef MBEDTLS_CONFIG_H 22 #define MBEDTLS_CONFIG_H 27 #define MBEDTLS_PLATFORM_C 30 #define MBEDTLS_BIGNUM_C 31 #define MBEDTLS_CTR_DRBG_C 32 #define MBEDTLS_ENTROPY_C 33 #define MBEDTLS_SHA256_C 36 #define MBEDTLS_MPI_MAX_SIZE 32 // 384 bits is 48 bytes 39 #define MBEDTLS_MPI_WINDOW_SIZE 3 43 #endif // MBEDTLS_CONFIG_H Consistency checks for configuration options.