crc-universal

Universal wrapper for libcrc with a JavaScript fallback

ISC 5 个版本
安装
npm install crc-universal
yarn add crc-universal
pnpm add crc-universal
bun add crc-universal
README

crc-universal

Universal wrapper for https://github.com/holepunchto/libcrc with a JavaScript fallback.

npm install crc-universal

Usage

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

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

API

const crc = crc32(buffer)

Compute the CRC32 of the given buffer.

License

ISC

版本列表
1.0.4 2023-03-24
1.0.3 2023-03-24
1.0.2 2022-09-06
1.0.1 2022-08-26
1.0.0 2022-08-09