sha256
sha256(
byteArrays):Buffer
Computes the SHA-256 hash of an array of Uint8Arrays.
Parameters
| Parameter | Type | Description |
|---|---|---|
byteArrays | Uint8Array<ArrayBufferLike>[] | The arrays to hash. |
Returns
Buffer
The SHA-256 hash as a Buffer.
sha256(
byteArrays):Buffer
Computes the SHA-256 hash of an array of Uint8Arrays.
| Parameter | Type | Description |
|---|---|---|
byteArrays | Uint8Array<ArrayBufferLike>[] | The arrays to hash. |
Buffer
The SHA-256 hash as a Buffer.