Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Per gnea#158 The logical OR squashes the previous checksum down to 1 bit of information, resulting in the final checksum being either the last character written, or one plus the last character written. This change switches to the bitwise-or to convert the squashing into a 1-bit roll to the left.
- Loading branch information