struct otPlatCryptoEcdsaSignature

Defined at line 203 of file ../../third_party/openthread/include/openthread/platform/crypto.h

Represents an ECDSA signature.

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 Members

uint8_t[64] m8