mirror of
https://github.com/ZizzyDizzyMC/linx-server.git
synced 2026-08-03 13:03:23 +00:00
use sha256-simd (#155)
This commit is contained in:
parent
b731e17c1e
commit
0fb5fa1c51
1 changed files with 1 additions and 1 deletions
2
meta.go
2
meta.go
|
|
@ -5,7 +5,6 @@ import (
|
|||
"archive/zip"
|
||||
"compress/bzip2"
|
||||
"compress/gzip"
|
||||
"crypto/sha256"
|
||||
"encoding/hex"
|
||||
"errors"
|
||||
"io"
|
||||
|
|
@ -16,6 +15,7 @@ import (
|
|||
"github.com/andreimarcu/linx-server/backends"
|
||||
"github.com/andreimarcu/linx-server/expiry"
|
||||
"github.com/dchest/uniuri"
|
||||
"github.com/minio/sha256-simd"
|
||||
"gopkg.in/h2non/filetype.v1"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue