getCrc32
getCrc32(
buf
):number
Defined in: utils/getCrc.ts:42
Calculate the CRC32 of a Uint8Array.
Uint8Array
The Uint8Array to calculate the CRC32 of.
Returns
Section titled “Returns”number
getCrc32(
buf
):number
Defined in: utils/getCrc.ts:42
Calculate the CRC32 of a Uint8Array.
Uint8Array
The Uint8Array to calculate the CRC32 of.
number