@chainsafe/fast-crc32c
Advanced tools
+3
-1
@@ -1,3 +0,5 @@ | ||
| export = { | ||
| declare const impl: { | ||
| calculate(input: Buffer, initial?: number): number | ||
| } | ||
| export = impl |
+1
-1
| { | ||
| "name": "@chainsafe/fast-crc32c", | ||
| "description": "CRC32C algorithm with hardware acceleration and software fallback.", | ||
| "version": "4.1.0", | ||
| "version": "4.1.1", | ||
| "author": "Xiaoyi Shi <ashi009@gmail.com>", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
9431
0.27%