Mistake on this page?
Report an issue in GitHub or email us
Data Fields
secEccKey_t Struct Reference

ECC Security public/private key pair. More...

#include <sec_api.h>

Data Fields

uint8_t pubKey_x [32]
 
uint8_t pubKey_y [32]
 
uint8_t privKey [32]
 

Detailed Description

ECC Security public/private key pair.

Definition at line 113 of file sec_api.h.

Field Documentation

uint8_t privKey[32]

ECC private key.

Definition at line 117 of file sec_api.h.

uint8_t pubKey_x[32]

x component of ECC public key.

Definition at line 115 of file sec_api.h.

uint8_t pubKey_y[32]

y component of ECC public key.

Definition at line 116 of file sec_api.h.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.