1
0
mirror of https://github.com/minio/minio.git synced 2025-03-31 17:53:43 -04:00
Andreas Auernhammer d0a43af616 replace all "crypto/sha256" with "github.com/minio/sha256-simd" ()
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 
2018-01-17 10:54:31 -08:00
..