fcrc32

1.0.2 • Public • Published

Fcrc32

Very efficient crc32 generator implemented in C++

Installation

Using npm:

$ npm i fcrc32

In Node.js:

// Load
const {crc32,crc32_str} = require("fcrc32");
 
//get uint32
consolg.log(crc32("2333")); //print 2462782555
 
//get String
consolg.log(crc32_str(crc32("2333"))); //print 92cb145b

Readme

Keywords

Package Sidebar

Install

npm i fcrc32

Weekly Downloads

0

Version

1.0.2

License

WTFPL

Unpacked Size

6.86 kB

Total Files

6

Last publish

Collaborators

  • rsplwe