use sha256-simd (#155)

This commit is contained in:
Thomas Sänger 2019-01-25 08:21:49 +01:00 committed by Andrei Marcu
parent b731e17c1e
commit 0fb5fa1c51
1 changed files with 1 additions and 1 deletions

View File

@ -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"
)