UNPKG

@dfinity/principal

Version:

JavaScript and TypeScript library to work with Internet Computer principals

6 lines (5 loc) 163 B
/** * Calculate the CRC32 of a Uint8Array. * @param buf The Uint8Array to calculate the CRC32 of. */ export declare function getCrc32(buf: Uint8Array): number;