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: RustCrypto/hashes
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: RustCrypto/hashes
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: backports/digest-v0.10
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 28 files changed
  • 1 contributor

Commits on Apr 23, 2025

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

Commits on Apr 30, 2025

  1. ci: remove pre-1.56 jobs and other fixes (#688)

    These jobs result in broken CI since the old version of `cpufeatures`
    results in compiler warnings on recent compiler versions, while by
    updating it we pull newer `libc` which requires the 2018 edition.
    newpavlov authored Apr 30, 2025
    Configuration menu
    Copy the full SHA
    c1e85ae View commit details
    Browse the repository at this point in the history
  2. sha2: add soft-compact backend (backport of #686) (#687)

    This PR is a slightly modified backport of [#686]. Instead of the
    configuration flag it introduces the `force-soft-compact` crate feature.
    
    [#686]: #686
    newpavlov authored Apr 30, 2025
    Configuration menu
    Copy the full SHA
    82c36a4 View commit details
    Browse the repository at this point in the history
Loading