Cordio Stack and Cordio Profiles  r2p3-02rel0
secEccKey_t Struct Reference

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

#include <sec_api.h>

Collaboration diagram for secEccKey_t:
Collaboration graph

Data Fields

uint8_t pubKey_x [SEC_ECC_KEY_LEN]
 x component of ECC public key
 
uint8_t pubKey_y [SEC_ECC_KEY_LEN]
 y component of ECC public key
 
uint8_t privKey [SEC_ECC_KEY_LEN]
 ecc private key
 

Description

ECC Security public/private key pair.

Definition at line 64 of file sec_api.h.


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