Skip to content

Commit

Permalink
Merge branch 'master' into readable-stream-analysis-refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
scorbajio authored Jan 12, 2024
2 parents 5be8db1 + fc0433e commit 330a3d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common/src/crc.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* This code was duplicated from https://github.com/alexgorbatchev/crc/ under MIT license.
* The code below is copied largely unmodified from the below file
* https://github.com/alexgorbatchev/crc/blob/master/src/calculators/crc32.ts
* https://github.com/alexgorbatchev/crc/blob/31fc3853e417b5fb5ec83335428805842575f699/src/calculators/crc32.ts
*/
let TABLE: Array<number> | Int32Array = [
0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419, 0x706af48f, 0xe963a535, 0x9e6495a3,
Expand Down

0 comments on commit 330a3d7

Please sign in to comment.