mirror of
https://github.com/minio/minio.git
synced 2025-11-10 22:10:12 -05:00
fix blake2b tests on non-amd64 machines (#3496)
Fix the TestHashes Test for non-amd64 machines
This commit is contained in:
committed by
Harshavardhana
parent
cdc6c2d578
commit
6ee27daac1
6
vendor/golang.org/x/crypto/blake2b/blake2b.go
generated
vendored
6
vendor/golang.org/x/crypto/blake2b/blake2b.go
generated
vendored
@@ -23,6 +23,12 @@ const (
|
||||
Size256 = 32
|
||||
)
|
||||
|
||||
var (
|
||||
useAVX2 bool
|
||||
useAVX bool
|
||||
useSSE4 bool
|
||||
)
|
||||
|
||||
var errKeySize = errors.New("blake2b: invalid key size")
|
||||
|
||||
var iv = [8]uint64{
|
||||
|
||||
Reference in New Issue
Block a user