EmberSignatureData: {
    contents: Buffer;
}

This data structure contains a DSA signature. It is the bit concatenation of the 'r' and 's' components of the signature.

Type declaration

  • contents: Buffer

    uint8_t[EMBER_SIGNATURE_SIZE]