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