node_crc_native

1.0.5 • Public • Published

node-crc-native

Native node addon to calculate CRC.

NOTE

Compatibility node 15. Tested on 15.3.0 "napi"

Usage

var CRC16 = require('crc16');
console.log(CRC16('03010b'));
console.log(crc("aaff010fa90be507ad"));
console.log(crc(new Buffer.from('03010b',"hex")));
console.log(crc("1af3e8b4c4d8","hex").toString(16));

Installation

npm i node_crc_native --save

License

APACHE-2.0

Package Sidebar

Install

npm i node_crc_native

Weekly Downloads

0

Version

1.0.5

License

APACHE-2.0

Unpacked Size

17.7 kB

Total Files

7

Last publish

Collaborators

  • mauricio153