0.24.1 • Published 7 months ago

@node-dlc/checksum v0.24.1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 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

7 months ago

0.24.0

7 months ago