takashi kadono / Mbed OS Nucleo_446

Dependencies:   ssd1331

Embed: (wiki syntax)

« Back to documentation index

CRYS_ECMONT_TempBuff_t Struct Reference

CRYS_ECMONT_TempBuff_t Struct Reference
[CryptoCell EC Montgomery APIs]

#include <crys_ec_mont_api.h>

Data Fields

uint32_t ecMontScalar [CRYS_EC_MONT_EDW_MODULUS_MAX_SIZE_IN_WORDS]
uint32_t ecMontResPoint [CRYS_EC_MONT_EDW_MODULUS_MAX_SIZE_IN_WORDS]
uint32_t ecMontInPoint [CRYS_EC_MONT_EDW_MODULUS_MAX_SIZE_IN_WORDS]
CRYS_ECMONT_ScalrMultTempBuff_t ecMontScalrMultTempBuff

Detailed Description

EC_MONT temp buffer type definition

Definition at line 93 of file crys_ec_mont_api.h.


Field Documentation

uint32_t ecMontInPoint[CRYS_EC_MONT_EDW_MODULUS_MAX_SIZE_IN_WORDS]

Internal temporary buffer.

Definition at line 100 of file crys_ec_mont_api.h.

uint32_t ecMontResPoint[CRYS_EC_MONT_EDW_MODULUS_MAX_SIZE_IN_WORDS]

Internal temporary buffer.

Definition at line 98 of file crys_ec_mont_api.h.

uint32_t ecMontScalar[CRYS_EC_MONT_EDW_MODULUS_MAX_SIZE_IN_WORDS]

Internal temporary buffer.

Definition at line 96 of file crys_ec_mont_api.h.

Internal temporary buffer.

Definition at line 102 of file crys_ec_mont_api.h.