Data Fields
ECDH_OperationGeneratePublicKey_ Struct Reference

Struct containing the parameters required to generate a public key. More...

#include <ECDH.h>

Data Fields

const ECCParams_CurveParamscurve
 
const CryptoKeymyPrivateKey
 
CryptoKeymyPublicKey
 

Detailed Description

Struct containing the parameters required to generate a public key.

Field Documentation

§ curve

const ECCParams_CurveParams* ECDH_OperationGeneratePublicKey_::curve

A pointer to the elliptic curve parameters for myPrivateKey

§ myPrivateKey

const CryptoKey* ECDH_OperationGeneratePublicKey_::myPrivateKey

A pointer to the private ECC key from which the new public key will be generated. (maybe your static key)

§ myPublicKey

CryptoKey* ECDH_OperationGeneratePublicKey_::myPublicKey

A pointer to a public ECC key which has been initialized blank. Newly generated key will be placed in this location.


The documentation for this struct was generated from the following file:
Copyright 2018, Texas Instruments Incorporated