How to compute (externaly) AES CTR data block that can be decrypt by OTFDEC on STM32U585 ?
Hi,I would like to test OTFDEC on STM32U585 to use it inside a custom BOOTLOADER.For my test, I use online website to compute AES CTR on this plaintext data "azertyuioqsdfghj" with the key 0x01020304050607081112131421222324 (I discuss IV further).I s...