-
CONFIG_MBEDTLS_SHA512_C
¶
SHA-512 hash functionality
Type: bool
Help¶
SW implemented SHA-512 hash support
Direct dependencies¶
NRF_SECURITY_ANY_BACKEND
&& NORDIC_SECURITY_BACKEND
(Includes any dependencies from ifs and menus.)
Default¶
y
Kconfig definition¶
At <nrfxlib>/nrf_security/Kconfig:1395
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:9
→ <BuildDir>/Kconfig/Kconfig.modules:5
→ <nrfxlib>/Kconfig.nrfxlib:13
Menu path: (Top) → Modules → Nordic nrfxlib → Nordic Security → Use Nordic provided security backend → SHA - Secure Hash Algorithm
config MBEDTLS_SHA512_C bool "SHA-512 hash functionality" default y depends onNRF_SECURITY_ANY_BACKEND
&&NORDIC_SECURITY_BACKEND
help SW implemented SHA-512 hash support
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)