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.

/easy-crc32/

    Package Sidebar

    Install

    npm i easy-crc32

    Weekly Downloads

    56

    Version

    0.0.2

    License

    MIT

    Last publish

    Collaborators

    • thefosk