mirror of
https://github.com/pgsty/minio.git
synced 2026-07-16 00:41:25 +03:00
d0a43af616
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