mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-10-19 05:14:26 +08:00
Merge branch 'feature/disable_ltm_for_wolfssl' into 'master'
wpa_supplicant: disable LTM fast when enable wolfSSL See merge request sdk/ESP8266_RTOS_SDK!957
This commit is contained in:
@ -3,6 +3,7 @@ menu "wpa_supplicant"
|
|||||||
config LTM_FAST
|
config LTM_FAST
|
||||||
bool "Use faster div, esptmod, sqr, montgomery multiplication algorithm"
|
bool "Use faster div, esptmod, sqr, montgomery multiplication algorithm"
|
||||||
default y
|
default y
|
||||||
|
depends on !SSL_USING_WOLFSSL
|
||||||
help
|
help
|
||||||
Enable the option can enable faster div, faster exptmod, faster sqr, fast
|
Enable the option can enable faster div, faster exptmod, faster sqr, fast
|
||||||
montgomery multiplication algorithm. Enable this option will cost about
|
montgomery multiplication algorithm. Enable this option will cost about
|
||||||
|
Reference in New Issue
Block a user