Distributed Publish & Subscribe for IoT
|
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. | |
Elliptic curve key data.
Only x
and y
are needed for a public key. Similarly, only d
is needed for a private key.