Function readBlake2bHashData

Reads the data from a Blake2b hash object and returns it as a Uint8Array.

  • Parameters

    • bufferPtr: number

      A pointer to the Blake2b hash object in WASM memory.

    • freeNativeObject: boolean = true

      Whether to free the native object after reading the data.

    Returns Uint8Array