mirror of
https://github.com/restic/rest-server.git
synced 2026-09-27 06:21:28 -07:00
Use Minio's optimized SHA-256
This commit is contained in:
+2
-1
@@ -3,7 +3,6 @@ package restserver
|
||||
import (
|
||||
"bytes"
|
||||
"crypto/rand"
|
||||
"crypto/sha256"
|
||||
"encoding/hex"
|
||||
"errors"
|
||||
"fmt"
|
||||
@@ -17,6 +16,8 @@ import (
|
||||
"strings"
|
||||
"sync"
|
||||
"testing"
|
||||
|
||||
"github.com/minio/sha256-simd"
|
||||
)
|
||||
|
||||
func TestJoin(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user