mirror of
https://github.com/pgsty/minio.git
synced 2026-08-10 16:23:28 +03:00
Switched to faster minio/sha256-simd implementation (#2320)
This commit is contained in:
@@ -17,9 +17,9 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"crypto/sha256"
|
||||
"encoding/hex"
|
||||
"fmt"
|
||||
"github.com/minio/sha256-simd"
|
||||
"hash"
|
||||
"io"
|
||||
"net/http"
|
||||
|
||||
Reference in New Issue
Block a user