Page 1 of 1

Hardware backed crypto on ESP32

Posted: Sat Jun 12, 2021 11:53 pm
by dracarys
Hi guys,

I was planning on implementing AES decryption on the ESP32 running Micropython. The ESP32 has a hardware crypto module. I wanted to know whether micropython has libraries to interact with the module? I found ucryptolib but was not sure whether this was hardware backed.

Any leads/code snippets would be helpful.

Thanks!