Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the implementation of StreamingXXHash32.asChecksum() #181

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Aug 26, 2021

  1. 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.
    trazfr committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    0c20de6 View commit details
    Browse the repository at this point in the history
  2. Backward-compatibility code for the default parameters of LZ4Block*St…

    …ream
    
    Before the PR, the 4 first bits were always set to 0 in LZ4Block*Stream.
    
    This commit keeps the current behaviour in LZ4Block*Stream to avoid
    breaking existing data built with this library
    trazfr committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    d010601 View commit details
    Browse the repository at this point in the history