mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
esp32c3/esp_ds.c: Fix RSA_LEN_MAX variable
This commit is contained in:
parent
26e5d16c47
commit
efd05fdebb
@ -28,7 +28,7 @@ struct esp_ds_context {
|
||||
*/
|
||||
#define ESP_DS_SIGN_TASK_DELAY_MS 10
|
||||
|
||||
#define RSA_LEN_MAX 127
|
||||
#define RSA_LEN_MAX 95
|
||||
|
||||
/*
|
||||
* esp_digital_signature_length_t is used in esp_ds_data_t in contrast to ets_ds_data_t, where unsigned is used.
|
||||
|
Loading…
x
Reference in New Issue
Block a user