1.0.11 • Published 3 months ago

crc-native v1.0.11

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 months ago

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

1.0.11

3 months ago

1.0.10

3 months ago

1.0.9

3 months ago

1.0.8

4 months ago

1.0.7

11 months ago

1.0.6

12 months ago

1.0.5

12 months ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago