feat(ds): add Digital Signature peripheral support for esp32p4

This commit is contained in:
harshal.patil
2023-08-02 12:25:38 +05:30
parent 095c2a3324
commit b8c208cdb3
10 changed files with 214 additions and 15 deletions

View File

@@ -13,7 +13,7 @@ extern "C" {
#include <stdint.h>
#include <stdbool.h>
#define ETS_DS_MAX_BITS 3072
#define ETS_DS_MAX_BITS 4096
#define ETS_DS_IV_LEN 16