The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_TINYCRYPT_ECC_DSA

ECC_DSA digital signature algorithm

Type: bool

Help

This option enables support for the Elliptic Curve Digital Signature Algorithm (ECDSA).

Enabling ECC requires a cryptographically secure random number generator.

Direct dependencies

TINYCRYPT

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

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Symbols that select this symbol

Kconfig definition

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

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

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

config TINYCRYPT_ECC_DSA
    bool
    prompt "ECC_DSA digital signature algorithm" if TINYCRYPT
    select ENTROPY_GENERATOR if TINYCRYPT
    depends on TINYCRYPT
    help
      This option enables support for the Elliptic Curve Digital
      Signature Algorithm (ECDSA).

      Enabling ECC requires a cryptographically secure random number
      generator.

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