mirror of
https://github.com/minio/minio.git
synced 2025-02-06 11:18:08 -05:00
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