2024-03-20 02:26 AM
Can STM32 be used for AES encryptions?
2024-03-20 02:35 AM
Yes and they can also run software...
Several models offer different HW assistance, and these also have more complex import/export issues, hence families with a variant supporting and not supporting in HW.
HW also isn't multithreaded. Typically only a single context can be managed. So you'll need to serialize the resource.
Models also support hashing and public key methods. Check the Data Sheet representations.