mirror of
https://github.com/pgsty/minio.git
synced 2026-08-11 00:33:28 +03: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