Why is crypto not working in stm32L071CBTx?
Hello all. I am using stm32L071CBTx and I need to implement crypto here. I am using official crypto library(UM1924). I have managed to run the code with my hardware. Th problem I am facing here is that whenever I change plainText values, it doesn't work and go to errorhandler function. same is true with other parameters such as keys etc. What should I do ? Can I use any c/c++ library and use it in stm32 ?
Thanks and Regards.
