Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cespare/xxhash
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a76eb16
Choose a base ref
...
head repository: cespare/xxhash
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 998dce2
Choose a head ref
  • 4 commits
  • 8 files changed
  • 2 contributors

Commits on Dec 4, 2022

  1. Configuration menu
    Copy the full SHA
    fe2f6e8 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Configuration menu
    Copy the full SHA
    66b1409 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Configuration menu
    Copy the full SHA
    21fc82b View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Add initial support for custom seeds

    This adds support for custom seeds when using a Digest (but not to the
    one-shot functions Sum64 and Sum64String).
    
    The seed is not stored in the digest itself -- every Reset uses a zero
    seed and (Un)MarshalBinary is unchanged. This is simpler for backward
    compatibility but may be something to reconsider if we rework the API
    for a v3.
    cespare committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    998dce2 View commit details
    Browse the repository at this point in the history
Loading