Update minio/sha256-simd

Apparently the standard Go sha256 implementation is now faster than the
assembly implementation. The library now only adds support for SHA
extensions available in some processors.

See https://github.com/minio/sha256-simd/pull/57 for more details.
This commit is contained in:
Michael Eischer
2021-07-10 18:34:16 +02:00
parent aa22ebac69
commit bbc8146934
2 changed files with 5 additions and 2 deletions

2
go.mod
View File

@@ -20,7 +20,7 @@ require (
github.com/kr/text v0.2.0 // indirect
github.com/kurin/blazer v0.5.3
github.com/minio/minio-go/v7 v7.0.12
github.com/minio/sha256-simd v0.1.1
github.com/minio/sha256-simd v1.0.0
github.com/ncw/swift v1.0.53
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/pkg/errors v0.9.1