mirror of
https://github.com/pgsty/minio.git
synced 2026-07-21 21:20:23 +03:00
Use sha256-simd instead of crypto/sha256 (#6252)
This commit is contained in:
committed by
kannappanr
parent
ce02ab613d
commit
9719640e34
+1
-1
@@ -18,12 +18,12 @@ package cmd
|
||||
|
||||
import (
|
||||
"context"
|
||||
"crypto/sha256"
|
||||
"errors"
|
||||
"hash"
|
||||
|
||||
"github.com/minio/highwayhash"
|
||||
"github.com/minio/minio/cmd/logger"
|
||||
"github.com/minio/sha256-simd"
|
||||
"golang.org/x/crypto/blake2b"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user