@node-lightning/checksum
TypeScript icon, indicating that this package has built-in type declarations

0.28.0 • Public • Published

@node-lightning/checksum

Calculates a CRC32C checksum based on RFC3720.

Usage

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

Readme

Keywords

Package Sidebar

Install

npm i @node-lightning/checksum

Weekly Downloads

297

Version

0.28.0

License

MIT

Unpacked Size

66.2 kB

Total Files

28

Last publish

Collaborators

  • bmancini55