mirror of
https://github.com/restic/restic.git
synced 2025-12-04 02:41:52 +00:00
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:
2
go.mod
2
go.mod
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user