-
CONFIG_TINYCRYPT_SHA256
¶
SHA-256 Hash function support
Type: bool
Help¶
This option enables support for SHA-256 hash function primitive.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols that select this symbol¶
Kconfig definition¶
At <Zephyr>/modules/Kconfig.tinycrypt:18
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:34
Menu path: (Top) → Modules → TinyCrypt Support
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.)