esp32c3/Digital Signature: mbedtls integration through ESP-TLS

This commit is contained in:
Aditya Patwardhan
2021-01-17 21:38:34 +05:30
parent cf9ac2ef9e
commit 79c23a1886
10 changed files with 59 additions and 38 deletions

View File

@@ -30,6 +30,7 @@ extern "C" {
is produced anyway and can be read*/
#define ESP_DS_IV_BIT_LEN 128
#define ESP_DS_IV_LEN (ESP_DS_IV_BIT_LEN / 8)
#define ESP_DS_SIGNATURE_MAX_BIT_LEN 3072
#define ESP_DS_SIGNATURE_MD_BIT_LEN 256
#define ESP_DS_SIGNATURE_M_PRIME_BIT_LEN 32