We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5be8db1 + fc0433e commit 330a3d7Copy full SHA for 330a3d7
packages/common/src/crc.ts
@@ -1,7 +1,7 @@
1
/**
2
* This code was duplicated from https://github.com/alexgorbatchev/crc/ under MIT license.
3
* The code below is copied largely unmodified from the below file
4
- * https://github.com/alexgorbatchev/crc/blob/master/src/calculators/crc32.ts
+ * https://github.com/alexgorbatchev/crc/blob/31fc3853e417b5fb5ec83335428805842575f699/src/calculators/crc32.ts
5
*/
6
let TABLE: Array<number> | Int32Array = [
7
0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419, 0x706af48f, 0xe963a535, 0x9e6495a3,
0 commit comments