feat: enabled hmac and ds support in esp32h21

This commit enables support for HMAC and DS in ESP32H21
This commit is contained in:
nilesh.kale
2025-01-10 16:29:56 +05:30
parent 1a87428934
commit f794eb9b2d
12 changed files with 573 additions and 9 deletions
+4
View File
@@ -56,6 +56,10 @@
#include "esp32h2/rom/digital_signature.h"
#endif
#if CONFIG_IDF_TARGET_ESP32H21
#include "esp32h21/rom/digital_signature.h"
#endif
#if CONFIG_IDF_TARGET_ESP32P4
#include "esp32p4/rom/digital_signature.h"
#endif