Hello!
We are trying to sign our data using ECDSA (https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/crypto/ecdsa/README.html), so we can send our information to an Ethereum Blockchain. We understood with this case nRF9160DK ECDSA non-deterministic that our ECDSA is non completely correct because we are using Keccak256. Is there a way with this code to verify the signature of ECDSA?
Thank you very much!