sha256-simd
Accelerate SHA256 computations in pure Go using Accelerate SHA256 computations in pure Go using AVX512, SHA Extensions for x86 and ARM64 for ARM. On AVX512 it provides an up to 8x improvement (over 3 GB/s per core). SHA Extensions give a performance boost of close to 4x over native.
How to download and setup sha256-simd
Open terminal and run command
git clone https://github.com/minio/sha256-simd.git
git clone is used to create a copy or clone of sha256-simd repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with sha256-simd https://github.com/minio/sha256-simd/archive/master.zip
Or simply clone sha256-simd with SSH
[email protected]:minio/sha256-simd.git