mirror of
https://github.com/minio/minio.git
synced 2025-11-20 01:50:24 -05:00
Replacing fastsha256 with crypto/sha256 package from golang standard package (#1584)
This commit is contained in:
committed by
Harshavardhana
parent
b044336329
commit
26e2c4bf4d
@@ -26,6 +26,7 @@ package main
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
"crypto/sha256"
|
||||
"encoding/hex"
|
||||
"net/http"
|
||||
"net/url"
|
||||
@@ -33,8 +34,6 @@ import (
|
||||
"strconv"
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/minio/minio/pkg/crypto/sha256"
|
||||
)
|
||||
|
||||
// AWS Signature Version '4' constants.
|
||||
|
||||
Reference in New Issue
Block a user