-
Notifications
You must be signed in to change notification settings - Fork 252
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the implementation of StreamingXXHash32.asChecksum()
In the Checksum view, we only keep the last 28 bits of the hash instead of the 32 bits of the full hash. The result is that the 4 first bits are always set to 0 in LZ4Block*Stream. This commit: - fixes the Checksum view in StreamingXXHash32 - keep the current behaviour in LZ4Block*Stream to avoid breaking existing data built with this library
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters