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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf: use sha1 instead of sha256 for hashing #13421

Merged
merged 3 commits into from Oct 15, 2022

Commits on Oct 14, 2022

  1. Use sha1 instead of sha256 for hashing

    This should be more performant while still being FIPS compliant
    (see jestjs#12722).
    
    sha1 isn't as secure as sha256, but since the usage context is just "has
    this file changed? 馃", this should be an acceptable degredation.
     pu
    
    Signed-off-by: Mitchell Hentges <mhentges@spotify.com>
    mitchhentgesspotify committed Oct 14, 2022
    Copy the full SHA
    4a6305f View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    Signed-off-by: Mitchell Hentges <mhentges@spotify.com>
    mitchhentgesspotify committed Oct 14, 2022
    Copy the full SHA
    c4d07a9 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2022

  1. Update CHANGELOG.md

    SimenB committed Oct 15, 2022
    Copy the full SHA
    d24a03b View commit details
    Browse the repository at this point in the history