feat: migrates esp_rom to PSA APIs

This commit is contained in:
Ashish Sharma
2025-12-23 11:12:47 +08:00
committed by Mahavir Jain
parent 345844cd58
commit 302e0203d1
+1 -1
View File
@@ -27,7 +27,7 @@ extern "C" {
* stronger message digests instead.
*
*/
typedef struct mbedtls_md5_context {
typedef struct md5_context {
uint32_t total[2]; /*!< number of bytes processed */
uint32_t state[4]; /*!< intermediate digest state */
unsigned char buffer[64]; /*!< data block being processed */