easy-crc32
v0.0.2
Published
Calculates the CRC32 checksum of a string
Readme
crc32
A pure Javascript implementation for calculating the CRC32 checksum of a string.
Installation
npm install crc32
Usage
var crc32 = require('crc32');
crc32.calculate("This is a string");Support
Open an issue on GitHub.
