refactor(esp_hal_security): Updated esp_hal_security build and includes

This commit is contained in:
Aditya Patwardhan
2026-01-05 22:40:05 +05:30
parent 6c2716cd27
commit 4d3cfefc2e
149 changed files with 765 additions and 188 deletions

View File

@@ -8,7 +8,7 @@
#include <stdbool.h>
#include <string.h>
#include "hal/assert.h"
#include "esp_hal_security/ecc_types.h"
#include "hal/ecc_types.h"
#include "soc/ecc_mult_reg.h"
#include "soc/system_struct.h"

View File

@@ -8,7 +8,7 @@
#include <stdbool.h>
#include "soc/hwcrypto_reg.h"
#include "soc/system_struct.h"
#include "esp_hal_security/sha_types.h"
#include "hal/sha_types.h"
#ifdef __cplusplus
extern "C" {