-
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 selected by this symbol¶
Symbols that select this symbol¶
Kconfig definition¶
At ext/lib/crypto/tinycrypt/Kconfig:53
Included via Kconfig:10
→ Kconfig.zephyr:41
→ ext/Kconfig:13
→ ext/lib/crypto/Kconfig:9
Menu path: (top menu) → External Sources → Cryptography
config TINYCRYPT_ECC_DSA bool prompt "ECC_DSA digital signature algorithm" ifTINYCRYPT
selectENTROPY_GENERATOR
ifTINYCRYPT
depends onTINYCRYPT
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.)