esp-idf/components/hal/test_apps/crypto/main/ecdsa
Mahavir Jain f434d21f4a fix(ecdsa): remove unused k_mode from the ECDSA HAL/LL API
For ESP32-H2 case, the hardware k mode is always enforced through
efuse settings (done in startup code).

For ESP32-P4 case, the software k mode is not supported in the peripheral
itself and code was redundant.
2023-11-17 07:13:53 +00:00
..
ecdsa192_priv_key.pem hal: add ecdsa peripheral verification tests 2023-05-22 15:19:34 +05:30
ecdsa256_priv_key.pem hal: add ecdsa peripheral verification tests 2023-05-22 15:19:34 +05:30
ecdsa_params.h hal: add ecdsa peripheral verification tests 2023-05-22 15:19:34 +05:30
test_ecdsa.c fix(ecdsa): remove unused k_mode from the ECDSA HAL/LL API 2023-11-17 07:13:53 +00:00