Computing ECDH shared secret on STM32U585 using HAL_PKA_ECCMul
I'm trying to compute the ECDH shared secret by multiplying local private key and other party public key using HAL_PKA_ECCMul. For some reason it is not working. I'm using curve secp256r1. But I'm able to use HAL_PKA_ECCMul to generate public key by multiplying a private key with the secp256r1 generator x and y.
