Hi,
I already read all similar ticktes but none of them does solve my problem.
i'm using nRF Connect SDK (NCS) with a custom board equipped with nRF52833. To implement an ECDH key exchange I have to receive a crompressed PK and to generate/derive a secret. As starting point I used the sample in nrf/samples/crypto/ecdh. But I do not find any function that is able to process a compressed PK. So I decided to check the nrf_oberon library. I included
CONFIG_NORDIC_SECURITY_BACKEND=y CONFIG_NRF_OBERON=y CONFIG_OBERON_BACKEND=y
in prj.conf but I'm not able to include (or find?) the neccessary header files, eg ocrypto_ecdh_p256.h.
What do I have to do to use this library? In case I missed to provide more essential informations please let me know.
Regards,
Oliver