1.0.5 • Published 3 years ago

node_crc_native v1.0.5

Weekly downloads
13
License
APACHE-2.0
Repository
github
Last release
3 years ago

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

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago