Any Example code for aes encryption in esp-idf..??
Any Example code for aes encryption in esp-idf..??
HI all , is there any example code for aes encryption in esp-idf , can anyone please say..
-
- Posts: 263
- Joined: Sun Jun 19, 2016 12:00 am
Re: Any Example code for aes encryption in esp-idf..??
I believe a complete example is in in /esp-idf/components/mbedtls/library/aes.c
It should even use hardware acceleration, see /esp-idf/components/mbedtls/port/include/aes_alt.h.
Code: Select all
int mbedtls_aes_self_test( int verbose )
It should even use hardware acceleration, see /esp-idf/components/mbedtls/port/include/aes_alt.h.
Re: Any Example code for aes encryption in esp-idf..??
Hi @Reeshma for example, you can check out this link.
https://github.com/MarkEvens/AES-Encryption-ESP-IDF
https://github.com/MarkEvens/AES-Encryption-ESP-IDF
Who is online
Users browsing this forum: ESP_Sprite and 145 guests