nRF5 SDK v13.0.0
Macros
CC310 backend ECC key types.

Provides types required for CC310 backend ECC keys. More...

Macros

#define NRF_CRYPTO_ECC_PRIVATE_KEY_MAX_SIZE   (sizeof(CRYS_ECPKI_UserPrivKey_t))
 Macro to get the size of the internal represenation of a private key in the CryptoCell API.
 
#define NRF_CRYPTO_ECC_PUBLIC_KEY_MAX_SIZE   (sizeof(CRYS_ECPKI_UserPublKey_t))
 Macro to get the size of the internal represenation of a public key in the CryptoCell API.
 

Detailed Description

Provides types required for CC310 backend ECC keys.


Documentation feedback | Developer Zone | Subscribe | Updated