forked from espressif/esp-idf
mbedtls: Enable SHA hardware acceleration by default
This commit is contained in:
@ -161,7 +161,7 @@ menu "mbedTLS"
|
|||||||
|
|
||||||
config MBEDTLS_HARDWARE_SHA
|
config MBEDTLS_HARDWARE_SHA
|
||||||
bool "Enable hardware SHA acceleration"
|
bool "Enable hardware SHA acceleration"
|
||||||
default n
|
default y
|
||||||
help
|
help
|
||||||
Enable hardware accelerated SHA1, SHA256, SHA384 & SHA512 in mbedTLS.
|
Enable hardware accelerated SHA1, SHA256, SHA384 & SHA512 in mbedTLS.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user