vendor: Update github.com/minio/sha256-simd, CPU detection (Linux)
This commit is contained in:
3
vendor/github.com/minio/sha256-simd/sha256.go
generated
vendored
3
vendor/github.com/minio/sha256-simd/sha256.go
generated
vendored
@@ -89,7 +89,8 @@ func New() hash.Hash {
|
||||
d.Reset()
|
||||
return d
|
||||
}
|
||||
// default back to the standard golang implementation
|
||||
// Fallback to the standard golang implementation
|
||||
// if no features were found.
|
||||
return sha256.New()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user