crc64-ecma
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

crc64-ecma

Calculate CRC64-ECMA182 hashes using reversed polynomial for NodeJS.

Installation

yarn add crc64-ecma

Usage

import { crc64 } from 'crc64-ecma';

const data = 'Hello';
const crc = crc64(data);
// Output: 51cf5c3bc87bacc8
console.log(crc.toString(16));

License

GPL v2

Readme

Keywords

Package Sidebar

Install

npm i crc64-ecma

Weekly Downloads

75

Version

1.0.0

License

GPL-2.0

Unpacked Size

25.1 kB

Total Files

6

Last publish

Collaborators

  • akiver