easy-crc32

0.0.2 • Public • Published

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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    60
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    60
  • 0.0.1
    0

Package Sidebar

Install

npm i easy-crc32

Weekly Downloads

60

Version

0.0.2

License

MIT

Last publish

Collaborators

  • thefosk