/crc32

A tiny implementation of the CRC32 algorithm in JavaScript

Primary LanguageJavaScript

CRC32

A tiny implementation of the CRC32 algorithm in JavaScript

Usage

$ npm install --save @koala-live/crc32
import { crc32 } from '@koala-live/crc32'

crc32('koala 🐨') // 4005375993