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

CC310 CRYS_ECDSA_SignUserContext_t correct use

Hi,

we're developing a project on nRF52840, and need to directly use the CC310 API.

The input parameters of the function CRYS_ECDSA_Sign feature CRYS_ECDSA_SignUserContext_t * pSignUserContext. The documentation of this type says that "The context saves the state of the operation and must be saved by the user till the end of the APIs flow."

Yet the signing function is atomic, and thus it is unclear what the "API flow" means in this case. Can the user context be discarded after a successful signing operation? What is its correct use?

Thanks,

Damian

Parents Reply Children
Related