minio/cmd/gateway/azure
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
..
gateway-azure-anonymous.go Move nslocking from s3 layer to object layer (#5382) 2018-01-13 10:04:52 +05:30
gateway-azure.go replace all "crypto/sha256" with "github.com/minio/sha256-simd" (#5391) 2018-01-17 10:54:31 -08:00
gateway-azure_test.go Convert gateways into respective packages (#5200) 2017-12-05 17:58:09 -08:00