Merge branch 'feature/speed_up_bignum_calculation' into 'master'

feat(mbedtls): speed up bignum calculation

See merge request sdk/ESP8266_RTOS_SDK!1311
This commit is contained in:
Dong Heng
2020-02-26 11:12:20 +08:00

View File

@ -124,6 +124,9 @@
#undef MBEDTLS_MPI_EXP_MOD_ALT
#undef MBEDTLS_MPI_MUL_MPI_ALT
/* This option will speed up calculation of "32-bit * 32-bit" */
#define MBEDTLS_NO_UDBL_DIVISION
/**
* \def MBEDTLS_ENTROPY_HARDWARE_ALT
*