CONFIG_TINYCRYPT_SHA256

SHA-256 Hash function support

Type: bool

Help

This option enables support for SHA-256 hash function primitive.

Direct dependencies

TINYCRYPT

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At ext/lib/crypto/tinycrypt/Kconfig:21

Included via Kconfig:10Kconfig.zephyr:37ext/Kconfig:13ext/lib/crypto/Kconfig:9

Menu path: (top menu) → External Sources → Cryptography

config TINYCRYPT_SHA256
    bool
    prompt "SHA-256 Hash function support" if TINYCRYPT
    depends on TINYCRYPT
    help
      This option enables support for SHA-256
      hash function primitive.

(Definitions include propagated dependencies, including from if’s and menus.)