:orphan: .. title:: CONFIG_TINYCRYPT_SHA256 .. kconfig:: CONFIG_TINYCRYPT_SHA256 CONFIG_TINYCRYPT_SHA256 ####################### *SHA-256 Hash function support* Type: ``bool`` Help ==== .. code-block:: none This option enables support for SHA-256 hash function primitive. Direct dependencies =================== \ :kconfig:`TINYCRYPT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`BT_HOST_CRYPTO ` - \ :kconfig:`JWT_SIGN_ECDSA ` - \ :kconfig:`UPDATEHUB ` - \ :kconfig:`FLASH_AREA_CHECK_INTEGRITY ` Kconfig definition ================== At ``/Kconfig.tinycrypt:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:31`` Menu path: (Top) → Modules → TinyCrypt Support .. code-block:: kconfig config TINYCRYPT_SHA256 bool "SHA-256 Hash function support" depends on TINYCRYPT help This option enables support for SHA-256 hash function primitive. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*