Page 1 of 1

Difference beteween mbedtls_aes_crypt_cbc & esp_aes_crypt_cbc

Posted: Mon Jul 29, 2019 12:49 pm
by shooks
Hi all,
i'm new on the forum, i'm working on project with ESP32 and i'm trying to achieve the goal of secure tcp communication on a custom protocol.
I found some examples online but i don't understand what is the difference between mbedtls_aes_crypt_cbc and esp_aes_crypt_cbc (i use the 2 function but i mean the whole function that achieve encryption, init, set_key ecc).
Thank you in advance.