๐Ÿ“ฆ subnetmarco / easy-crc32

A pure Javascript implementation for calculating the CRC32 checksum of a string.

โ˜… 0 stars โ‘‚ 0 forks ๐Ÿ‘ 0 watching
๐Ÿ“ฅ Clone https://github.com/subnetmarco/easy-crc32.git
HTTPS git clone https://github.com/subnetmarco/easy-crc32.git
SSH git clone git@github.com:subnetmarco/easy-crc32.git
CLI gh repo clone subnetmarco/easy-crc32
thefosk thefosk readme 1aa9faf 12 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ lib
๐Ÿ“ test
๐Ÿ“„ .gitignore
๐Ÿ“„ index.js
๐Ÿ“„ package.json
๐Ÿ“„ README.md
๐Ÿ“„ README.md

easy-crc32

A pure Javascript implementation for calculating the CRC32 checksum of a string.

Installation

npm install easy-crc32

Usage

var crc32 = require('easy-crc32');

crc32.calculate("This is a string");

Support

Open an issue on GitHub.