-
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 that select this symbol¶
Kconfig definition¶
At <Zephyr>/modules/Kconfig.tinycrypt:38
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:32
Menu path: (Top) → Modules → TinyCrypt Support
config TINYCRYPT_ECC_DH
bool "ECC_DH anonymous key agreement protocol"
depends on TINYCRYPT
help
This option enables support for the Elliptic curve
Diffie-Hellman anonymous key agreement protocol.
Enabling ECC requires a cryptographically secure random number
generator.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)