-
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.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols that select this symbol¶
Kconfig definition¶
At ext/lib/crypto/tinycrypt/Kconfig:47
Included via Kconfig:8
→ Kconfig.zephyr:43
→ ext/Kconfig:10
→ ext/lib/crypto/Kconfig:6
Menu path: (Top) → External Sources → Cryptography → TinyCrypt Support
config TINYCRYPT_ECC_DSA
bool "ECC_DSA digital signature algorithm"
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.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)