crc-native
libcrc JavaScript bindings for Node.js
Last updated 2 years ago by kasperisager .
ISC · Repository · Bugs · Original npm · Tarball · package.json
$ npm install crc-native 
SYNC missed versions from official npm registry.

crc-native

https://github.com/holepunchto/libcrc JavaScript bindings for Node.js.

npm install crc-native

Usage

const { crc32 } = require('crc-native')

const crc = crc32(Buffer.from('hello world'))
// 0xd4a1185

API

const crc = crc32(buffer)

Compute the CRC32 of the given buffer.

License

Apache-2.0

Current Tags

  • 1.0.11                                ...           latest (9 months ago)

12 Versions

  • 1.0.11                                ...           9 months ago
  • 1.0.10                                ...           9 months ago
  • 1.0.9                                ...           9 months ago
  • 1.0.8                                ...           10 months ago
  • 1.0.7                                ...           a year ago
  • 1.0.6                                ...           a year ago
  • 1.0.5                                ...           a year ago
  • 1.0.4                                ...           2 years ago
  • 1.0.3                                ...           2 years ago
  • 1.0.2                                ...           2 years ago
  • 1.0.1                                ...           2 years ago
  • 1.0.0                                ...           2 years ago
Downloads
Total 1
Today 1
This Week 1
This Month 1
Last Day 0
Last Week 0
Last Month 0
Dependencies (2)
Dev Dependencies (3)
Dependents (1)

© 2010 - cnpmjs.org x YWFE | Home | YWFE