mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-06-19 13:19:37 +08:00

1. wpa_supplicatn use extra SHA default 2. mbedtls use extra SHA default 3. bootloader use extra SHA default 4. user code can use extra SHA default Above all, using unified module is easy to maintenance code and save rom or ram.
16 lines
447 B
Plaintext
16 lines
447 B
Plaintext
menu "Util"
|
|
|
|
config ESP_SHA
|
|
bool "Enable Espressif SHA"
|
|
default y
|
|
help
|
|
Enable Espressif SHA1, SHA256, SHA384 & SHA512 for other components to
|
|
save code size for ESP8285(ESP8266 + 1MB flash) users.
|
|
|
|
Although this option is disable, bootloader will use it if booloader
|
|
is configured to use SHA256 to check hash.
|
|
|
|
Disabling the "assert" function at menuconfig can speed up the calculation.
|
|
|
|
endmenu # Util
|