Search found 1 match

by dracarys
Sat Jun 12, 2021 11:53 pm
Forum: ESP32 boards
Topic: Hardware backed crypto on ESP32
Replies: 0
Views: 1153

Hardware backed crypto on ESP32

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 snippe...