mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-06-27 12:16:18 +08:00
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:
@ -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
|
||||
*
|
||||
|
Reference in New Issue
Block a user