vendorize deps for snappy, blake2b and sha256 (#3476)

Bring in new optimization and portability changes.

Fixes https://github.com/minio/minio-go/issues/578
This commit is contained in:
Harshavardhana
2016-12-19 19:32:55 -08:00
committed by GitHub
parent 85c6bb9809
commit faa6b1e925
26 changed files with 1915 additions and 1590 deletions

View File

@@ -18,9 +18,10 @@ package cmd
import (
"crypto/md5"
"crypto/sha256"
"encoding/base64"
"encoding/hex"
"github.com/minio/sha256-simd"
)
// getSHA256Hash returns SHA-256 hash of given data.