Hi all,
I am working on a ble5 beacon with ecdsa signature. I would like to use mobile to verify my message. As I see that the crypto ecdsa example use raw key and generate the ecdsa key again, I would like to know is there any way to use the key that I already generated for ecdsa, i.e. using openssl, in the programme, as I see the sign step need to use nrf_crypto_ecc_private_key_t. If not, is there anyway to generate it using nrfutil, as I need the pem file of public key to verify the signature. Thanks
Best regards,
MLai