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_ECPKI_PublKey_t Struct Reference
[CryptoCell ECC specific types]
#include <crys_ecpki_types.h>
Data Fields | |
uint32_t | x [CRYS_ECPKI_MODUL_MAX_LENGTH_IN_WORDS] |
uint32_t | y [CRYS_ECPKI_MODUL_MAX_LENGTH_IN_WORDS] |
CRYS_ECPKI_Domain_t | domain |
uint32_t | pointType |
Detailed Description
The structure containing the Public Key in affine coordinates.
Definition at line 226 of file crys_ecpki_types.h.
Field Documentation
EC Domain.
Definition at line 233 of file crys_ecpki_types.h.
uint32_t pointType |
Point type.
Definition at line 235 of file crys_ecpki_types.h.
uint32_t x[CRYS_ECPKI_MODUL_MAX_LENGTH_IN_WORDS] |
Public Key coordinate X.
Definition at line 229 of file crys_ecpki_types.h.
uint32_t y[CRYS_ECPKI_MODUL_MAX_LENGTH_IN_WORDS] |
Public Key coordinate Y.
Definition at line 231 of file crys_ecpki_types.h.
Generated on Tue Jul 12 2022 13:54:18 by
