EmberSignature283k1Data: {
    contents: Buffer;
}

This data structure contains a DSA signature used in SECT283k1 Elliptical Cryptography. It is the bit concatenation of the 'r' and 's' components of the signature.

Type declaration

  • contents: Buffer

    uint8_t[EMBER_SIGNATURE_283K1_SIZE]