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

chore: update go-multihash to remove blake2b-simd dep #1656

Merged
merged 1 commit into from
Jul 13, 2022

Commits on Jul 12, 2022

  1. chore: update go-multihash to remove blake2b-simd dep

    We now use the go dev's version, which is faster. Unfortunately, minio's
    sha256 implementation is still significantly faster than the built-in
    version, so we can't drop that yet.
    
    part of #1646
    Stebalien committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    22cf5ae View commit details
    Browse the repository at this point in the history