Distributed Publish & Subscribe for IoT
_DPS_KeyEC Struct Reference

Elliptic curve key data. More...

Data Fields

DPS_ECCurve curve
 The named curve.
 
const uint8_t * d
 D coordinate.
 
const uint8_t * x
 X coordinate.
 
const uint8_t * y
 Y coordinate.
 

Detailed Description

Elliptic curve key data.

Only x and y are needed for a public key. Similarly, only d is needed for a private key.

Note
Need to define this outside of DPS_Key to satisfy SWIG.

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