zigbee-herdsman
    Preparing search index...

    Type Alias EmberAesMmoHashContext

    This data structure contains the context data when calculating an AES MMO hash (message digest).

    type EmberAesMmoHashContext = {
        length: number;
        result: Buffer;
    }
    Index

    Properties

    Properties

    length: number

    uint32_t

    result: Buffer

    uint8_t[EMBER_AES_HASH_BLOCK_SIZE]