@aws-crypto/crc32c

aws
popular esm
@aws-crypto/crc32c JS library on GitHub @aws-crypto/crc32c JS library on npm Download @aws-crypto/crc32c JS library

Pure JS implementation of CRC32-C https://en.wikipedia.org/wiki/Cyclic_redundancy_check

Version 5.2.0 License Apache-2.0
@aws-crypto/crc32c has no homepage
@aws-crypto/crc32c JS library on GitHub
@aws-crypto/crc32c JS library on npm
Download @aws-crypto/crc32c JS library

@aws-crypto/crc32c

Pure JS implementation of CRC32-C https://en.wikipedia.org/wiki/Cyclic_redundancy_check

Usage

import { Crc32c } from '@aws-crypto/crc32c';

const crc32Digest = (new Crc32c).update(buffer).digest()

Test

npm test