Skip to content
/ crc32 Public

A tiny implementation of the CRC32 algorithm in JavaScript

Notifications You must be signed in to change notification settings

getkoala/crc32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A tiny implementation of the CRC32 algorithm in JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published