mirror of
https://github.com/minio/minio.git
synced 2025-11-29 05:19:03 -05:00
Switched to faster minio/sha256-simd implementation (#2320)
This commit is contained in:
@@ -18,8 +18,8 @@ package main
|
||||
|
||||
import (
|
||||
"crypto/hmac"
|
||||
"crypto/sha256"
|
||||
"encoding/hex"
|
||||
"github.com/minio/sha256-simd"
|
||||
"net/http"
|
||||
"regexp"
|
||||
"strings"
|
||||
|
||||
Reference in New Issue
Block a user