:orphan: .. title:: JWT_SIGN_ECDSA .. option:: CONFIG_JWT_SIGN_ECDSA *Use ECDSA signature (ES-256)* Type: ``bool`` Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :option:`TINYCRYPT ` - \ :option:`TINYCRYPT_SHA256 ` - \ :option:`TINYCRYPT_ECC_DSA ` - \ :option:`TINYCRYPT_CTR_PRNG ` - \ :option:`TINYCRYPT_AES ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/jwt/Kconfig:21`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:29`` Menu path: (Top) → Sub Systems and OS Services → JSON Web Token generation → JWT signature algorithm .. parsed-literal:: config JWT_SIGN_ECDSA bool "Use ECDSA signature (ES-256)" select \ :option:`TINYCRYPT ` select \ :option:`TINYCRYPT_SHA256 ` select \ :option:`TINYCRYPT_ECC_DSA ` select \ :option:`TINYCRYPT_CTR_PRNG ` select \ :option:`TINYCRYPT_AES ` depends on \ :ref:` ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*