:orphan: .. title:: CONFIG_JWT_SIGN_ECDSA .. kconfig:: CONFIG_JWT_SIGN_ECDSA 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 =============================== - \ :kconfig:`TINYCRYPT ` - \ :kconfig:`TINYCRYPT_SHA256 ` - \ :kconfig:`TINYCRYPT_ECC_DSA ` - \ :kconfig:`TINYCRYPT_CTR_PRNG ` - \ :kconfig:`TINYCRYPT_AES ` Kconfig definition ================== At ``/jwt/Kconfig:21`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/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.)*