otPlatCryptoEcdsaSignature

#include <crypto.h>

Represents an ECDSA signature.

Summary

The signature is encoded as the concatenated binary representation of two MPIs r and s which are calculated during signing (RFC 6605 - section 4).

Public attributes

m8[64]
uint8_t

Public attributes

m8

uint8_t otPlatCryptoEcdsaSignature::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.