Switched to faster minio/sha256-simd implementation (#2320)

This commit is contained in:
Frank
2016-07-28 14:44:37 -07:00
committed by Harshavardhana
parent dcc3463e48
commit f239fcac67
24 changed files with 3530 additions and 3 deletions
+1 -1
View File
@@ -17,9 +17,9 @@
package main
import (
"crypto/sha256"
"encoding/hex"
"fmt"
"github.com/minio/sha256-simd"
"hash"
"io"
"net/http"