crc-itu-0-12

0.0.6 • Public • Published

crc-itu

Install:

npm install crc-itu-0-12

Usage:

var crc16 = require('crc-itu').crc16;

// with string and encoding
var ret = crc16('0d0103588990501766460026', 'hex');
console.log(ret.toString(16)); // 7bf9

// with buffer
var buff = new Buffer('0d0103588990501766460026', 'hex');
var ret = crc16(buff);
console.log(ret.toString(16)); // 7bf9

Readme

Keywords

Package Sidebar

Install

npm i crc-itu-0-12

Weekly Downloads

1

Version

0.0.6

License

none

Last publish

Collaborators

  • talhaakkas