otPlatCryptoEcdsaPublicKey
#include <crypto.h>
Represents a ECDSA public key.
Summary
The public key is stored as a byte sequence representation of an uncompressed curve point (RFC 6605 - sec 4).
Public attributes |
|
---|---|
m8[64]
|
uint8_t
|
Public attributes
m8
uint8_t otPlatCryptoEcdsaPublicKey::m8[64]
Resources
OpenThread API Reference topics originate from the source code, available on GitHub. For more information, or to contribute to our documentation, refer to Resources.