zigbee-herdsman
    Preparing search index...

    Type Alias EmberSignature283k1Data

    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 EmberSignature283k1Data = {
        contents: Buffer;
    }
    Index

    Properties

    Properties

    contents: Buffer

    uint8_t[EMBER_SIGNATURE_283K1_SIZE]