crc-native
libcrc JavaScript bindings for Node.js
Last updated 2 years ago by kasperisager .
ISC · Repository · Bugs · Original npm · Tarball · package.json
$ gnpm 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

ISC

Current Tags

  • 1.0.3                                ...           latest (2 years ago)

4 Versions

  • 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
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (2)
Dev Dependencies (3)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |