-
CONFIG_TINYCRYPT_ECC_DH
¶
ECC_DH anonymous key agreement protocol
Type: bool
Help¶
This option enables support for the Elliptic curve Diffie-Hellman anonymous key agreement protocol.
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:42
Included via Kconfig:10
→ Kconfig.zephyr:37
→ ext/Kconfig:13
→ ext/lib/crypto/Kconfig:9
Menu path: (top menu) → External Sources → Cryptography
config TINYCRYPT_ECC_DH bool prompt "ECC_DH anonymous key agreement protocol" ifTINYCRYPT
selectENTROPY_GENERATOR
ifTINYCRYPT
depends onTINYCRYPT
help This option enables support for the Elliptic curve Diffie-Hellman anonymous key agreement protocol. Enabling ECC requires a cryptographically secure random number generator.
(Definitions include propagated dependencies, including from if’s and menus.)