django-vue3-admin-web/node_modules/@aws-crypto/crc32c
2025-10-20 21:21:14 +08:00
..
build 初始化 2025-10-20 21:21:14 +08:00
src 初始化 2025-10-20 21:21:14 +08:00
CHANGELOG.md 初始化 2025-10-20 21:21:14 +08:00
LICENSE 初始化 2025-10-20 21:21:14 +08:00
package.json 初始化 2025-10-20 21:21:14 +08:00
README.md 初始化 2025-10-20 21:21:14 +08:00
tsconfig.json 初始化 2025-10-20 21:21:14 +08:00
tsconfig.module.json 初始化 2025-10-20 21:21:14 +08:00

@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