Why the STM32_AES_CBC_Encrypt function doesn't return multiple of 64 bytes encrypted message
Hi,I am using the function STM32_AES_CBC_Encrypt from the ST library Crypto 3.1.0. I don't understand why this function doesn't give me an encrypted message which is a multiple of 64 bytes. For example, I would like to encrypt "thisisatest12345". Th...