Question
Computing ECDH shared secret on STM32L562 using HAL_PKA_ECCMul
Is it possible to compute the ECDH shared secret (pubkey * privkey) by using HAL_PKA_ECCMul, replacing the generator X and Y with the public key X and Y and specifying the private key as the scalar value?
Thank you.
