Thank you for your answer.Unfortunately, I have also to use the CRC in a non-standard mode so I fixed it by switching it from non-standard to standard mode before using AES-256-noPadding functions and back to non-standard mode after that I used the l...
I use the CRC in other parts of the code and this is the function to initialize it:static void MX_CRC_Init(void)
{
/* USER CODE BEGIN CRC_Init 0 */
/* USER CODE END CRC_Init 0 */
/* USER CODE BEGIN CRC_Init 1 */
/* USER CODE END CRC_I...
I am using a custom board based on ST STM32F765NI and STM32CryptographicV3.0.0_CM7_IAR_otnsc.a: First official release of optimized STM32 Cryptographic Library for Cortex M7 with High speed optimization and the option No Size constraints is enabled.I...