: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 ================== At ``/jwt/Kconfig:21`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``/Kconfig:29`` Menu path: (Top) → Sub Systems and OS Services → JSON Web Token generation → JWT signature algorithm .. code-block:: kconfig config JWT_SIGN_ECDSA bool "Use ECDSA signature (ES-256)" select TINYCRYPT select TINYCRYPT_SHA256 select TINYCRYPT_ECC_DSA select TINYCRYPT_CTR_PRNG select TINYCRYPT_AES depends on *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*