feat(util): refactor SHA algorithm of util components

This commit is contained in:
Dong Heng
2019-12-10 14:23:00 +08:00
parent 3d394bd924
commit 18a3839198
11 changed files with 741 additions and 753 deletions

View File

@ -3,7 +3,7 @@ menu "libsodium"
config LIBSODIUM_USE_MBEDTLS_SHA
bool "Use mbedTLS SHA256 & SHA512 implementations"
default y
depends on !ESP_SHA
depends on !MBEDTLS_HARDWARE_SHA
help
If this option is enabled, libsodium will use thin wrappers
around mbedTLS for SHA256 & SHA512 operations.