takashi kadono / Mbed OS Nucleo446_SSD1331

Dependencies:   ssd1331

Embed: (wiki syntax)

« Back to documentation index

CRYS_ECPKI_PublKey_t Struct Reference

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.