Skip to content
Still using @dfinity/agent? Migrate to @icp-sdk/core!

getCrc32

getCrc32(buf): number

Defined in: utils/getCrc.ts:42

Calculate the CRC32 of a Uint8Array.

Uint8Array

The Uint8Array to calculate the CRC32 of.

number