UNPKG

@dfinity/principal

Version:

JavaScript and TypeScript library to work with Internet Computer principals

6 lines 199 B
/** * Calculate the CRC32 of a Uint8Array. * @param buf The Uint8Array to calculate the CRC32 of. */ export declare function getCrc32(buf: Uint8Array): number; //# sourceMappingURL=getCrc.d.ts.map