Question
X-CUBE-CRYPTOLIB, is it thread safe when using HW crypto accelerators?
Posted on January 05, 2016 at 08:15
Just noticed this library called X-Cube-Cryptolib.
Quick question is , if i use the HW accelerated version of the lib, is it safe to make calls to the library from different RTOS threads considering they will be calling the crypto or hash functions that use the same peripheral, or should locking be implemented on thread level? #crypto #stm32 #cube #cubemx