import { default } from "https://deno.land/x/kafkasaur@v0.0.7/src/protocol/recordBatch/crc32C/crc32C.ts";
A javascript implementation of the CRC32 checksum that uses the CRC32-C polynomial, the same polynomial used by iSCSI
also known as CRC32 Castagnoli based on: https://github.com/ashi009/node-fast-crc32c/blob/master/impls/js_crc32c.js