mirror of
https://github.com/minio/minio.git
synced 2024-12-27 23:55:56 -05:00
49a714d1a4
Also bring in SSE3 optimized public domain implementation of SHA1 from Intel ``FIPS PUB 180-1``
6 lines
115 B
Go
6 lines
115 B
Go
// !build amd64
|
|
|
|
package sha1
|
|
|
|
//go:generate yasm -f win64 -DWIN_ABI=1 sha1_sse3_amd64.asm -o sha1_sse3_amd64.syso
|