Hi. I am trying to generate a shared key via ECDH to encrypt message through UART between nrf52832 and Qualcomm chip. nRF52832 is using uECC and Qualcomm is using openssl. However, the generated shared key on nrf side and Qualcomm chip side is different. I tried using the same private and public key on both side and it is still generating two different shared key. Is uECC compatible with openssl? I will appreciate the help given.