AES_CBC_Encrypt and AES_CBC_Decrypt don't yield the same result again.
I'm using an STM32L4A6ZG (as a nucleo board). This is the code I am using:#include "err_codes.h" #include "sk.h" #include "aes_common.h" #include "aes_cbc.h" #define AES_BLOCK 16 #define IV_LENGTH 16 #define SIZE 32__ALIGN_BEGIN static const uint8_t ...