mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-28 21:48:05 +08:00
12 lines
357 B
Plaintext
12 lines
357 B
Plaintext
menu "wpa_supplicant"
|
|
|
|
config LTM_FAST
|
|
bool "Use faster div, esptmod, sqr, montgomery multiplication algorithm"
|
|
default y
|
|
help
|
|
Enable the option can enable faster div, faster exptmod, faster sqr, fast
|
|
montgomery multiplication algorithm. Enable this option will cost about
|
|
3K ROM more than disable this option.
|
|
|
|
endmenu
|