nRF9160DK ECDSA non-deterministic

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 discovered that ECDSA non-deterministic algorithm is not so accurate. There is the possibility that the sign of ECDSA is not correct on the first attempt, but we need to execute our application more times.
Thank you all!

Parents
  • Hi,

    We discovered that ECDSA non-deterministic algorithm is not so accurate.

    Could you describe the procedure how you determined that the algorithm is not so accurate? In which way is it not so accurate?

    There is the possibility that the sign of ECDSA is not correct on the first attempt, but we need to execute our application more times.

    Could you elaborate on this?

    Best regards,
    Dejan

Reply
  • Hi,

    We discovered that ECDSA non-deterministic algorithm is not so accurate.

    Could you describe the procedure how you determined that the algorithm is not so accurate? In which way is it not so accurate?

    There is the possibility that the sign of ECDSA is not correct on the first attempt, but we need to execute our application more times.

    Could you elaborate on this?

    Best regards,
    Dejan

Children
Related