Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
import * as crc32 from "https://deno.land/x/crc32@v1.0.2/mod.ts";

Classes

CRC32 stream processing class for incrementally calculating the CRC32 checksum.

Functions

Calculates the CRC32 checksum for the given array.

Converts a hexadecimal string to a Uint8Array.

Converts a number to a hexadecimal string.

Converts a Uint8Array to a hexadecimal string.