_pkc_ecc_point_multi Struct Reference

PKC ECC Point Multiplication expression input. More...

#include <gr55xx_hal_pkc.h>

Public Attributes

uint32_t * p_K
 
ecc_point_tp_ecc_point
 

Detailed Description

PKC ECC Point Multiplication expression input.

Note
Result = K * Point

Definition at line 165 of file gr55xx_hal_pkc.h.

Member Data Documentation

◆ p_ecc_point

ecc_point_t* _pkc_ecc_point_multi::p_ecc_point

Pointer to ECC Point. If set to NULL, it will be modified to the G point of the current curve.

Definition at line 168 of file gr55xx_hal_pkc.h.

◆ p_K

uint32_t* _pkc_ecc_point_multi::p_K

Pointer to operand K

Definition at line 167 of file gr55xx_hal_pkc.h.


The documentation for this struct was generated from the following file: