1.0.2 • Published 6 years ago
fcrc32 v1.0.2
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