Data Fields
ECDH_OperationGeneratePublicKey Struct Reference

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

#include <ECDH.h>

Collaboration diagram for ECDH_OperationGeneratePublicKey:
Collaboration graph
[legend]

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 formatting byte will be filled in by the driver.


The documentation for this struct was generated from the following file:
© Copyright 1995-2019, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale