Resolved! Implementation of AES-GCM Encryption Using the NUCLEO-U5A5ZJ-Q Hardware Accelerator
I am implementing encryption and decryption using AES-GCM mode on the STM32 NUCLEO-U5A5ZJ-Q. I have successfully encrypted and decrypted the string "Hello", but I am having issues with tag authentication.I am using the function HAL_CRYPEx_AESGCM_Gene...