Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
CRYS_RSAUserPubKey_t Struct Reference
[CryptoCell RSA used definitions and enums]
#include <crys_rsa_types.h>
Data Fields | |
uint32_t | valid_tag |
uint32_t | PublicKeyDbBuff [sizeof(CRYSRSAPubKey_t)/sizeof(uint32_t)+1] |
Detailed Description
The public key's user structure prototype. This structure must be saved by the user, and is used as input to the RSA functions (such as SaSi_RsaSchemesEncrypt etc.)
Definition at line 246 of file crys_rsa_types.h.
Field Documentation
uint32_t PublicKeyDbBuff[sizeof(CRYSRSAPubKey_t)/sizeof(uint32_t)+1] |
Public key data.
Definition at line 251 of file crys_rsa_types.h.
uint32_t valid_tag |
Validation tag.
Definition at line 249 of file crys_rsa_types.h.
Generated on Tue Aug 9 2022 00:37:33 by
