minio/pkg/hash
Andreas Auernhammer d0a43af616 replace all "crypto/sha256" with "github.com/minio/sha256-simd" (#5391)
This change replaces all imports of "crypto/sha256" with
"github.com/minio/sha256-simd". The sha256-simd package
is faster on ARM64 (NEON instructions) and can take advantage
of AVX-512 in certain scenarios.

Fixes #5374
2018-01-17 10:54:31 -08:00
..
errors.go Simplify data verification with HashReader. (#5071) 2017-10-22 11:00:34 +05:30
reader.go replace all "crypto/sha256" with "github.com/minio/sha256-simd" (#5391) 2018-01-17 10:54:31 -08:00
reader_test.go Add base64 encoded MD5 output for Hash Reader (#5315) 2017-12-21 17:27:33 -08:00