mirror of
https://github.com/pgsty/minio.git
synced 2026-03-21 17:25:22 +01:00
Also bring in SSE3 optimized public domain implementation of SHA1 from Intel ``FIPS PUB 180-1``
6 lines
103 B
Go
6 lines
103 B
Go
// !build amd64
|
|
|
|
package sha1
|
|
|
|
//go:generate yasm -f elf64 sha1_sse3_amd64.asm -o sha1_sse3_amd64.syso
|