mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-07 09:02:08 +00:00
feat(ds): add Digital Signature peripheral support for esp32p4
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user