This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

ECC signature ECDSA on nRF9160

Hello,

Does nRF9160 support ECDSA key generation and signing? 

Is there any sample or document that I can start with?

Thanks

Zhenchuan

Parents Reply
  • Hi Bjørn,

    Appreciate your update.

    I have a follow-up question.

    Now my understanding is that, in order to use CC310 ECDSA hardware functions, I may need to modify secure_services.c to exposed the ECDSA functions as part of secure services through SPM to my application. Right?

    If so, taking the sample project /nrf/samples/nrf9160/secure_services as the template, I noticed the solution uses the source code ncs/nrf/subsys/spm/secure_services.c , which is in the common directory and shared by all other solutions.  So I think it may not be good practice to modify that code directly. Right?

    Then how can I implement the secure service for my application? Can I implement both un-secure application with its accompanying secure service of SPM in the same solution in SES 4.18?

    Thanks

    Zhenchuan

Children
Related