EmberAesMmoHashContext: {
    length: number;
    result: Buffer;
}

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

Type declaration

  • length: number

    uint32_t

  • result: Buffer

    uint8_t[EMBER_AES_HASH_BLOCK_SIZE]