0.24.1 • Published 6 months ago

@node-dlc/checksum v0.24.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

@node-dlc/checksum

Calculates a CRC32C checksum based on RFC3720.

Usage

const { crc32c } = require('@node-dlc/checksum');
const checksum = crc32c(Buffer.from("hello")); // 2591144780
0.24.1

6 months ago

0.24.0

6 months ago