mirror of
https://github.com/minio/minio.git
synced 2025-11-09 05:34:56 -05:00
Add license header for Minio modifications, improvements for sha1,sha256,sha512 implementations
Also bring in SSE3 optimized public domain implementation of SHA1 from Intel ``FIPS PUB 180-1``
This commit is contained in:
5
pkg/utils/crypto/sha1/sha1_yasm_windows.go
Normal file
5
pkg/utils/crypto/sha1/sha1_yasm_windows.go
Normal file
@@ -0,0 +1,5 @@
|
||||
// !build amd64
|
||||
|
||||
package sha1
|
||||
|
||||
//go:generate yasm -f win64 -DWIN_ABI=1 sha1_sse3_amd64.asm -o sha1_sse3_amd64.syso
|
||||
Reference in New Issue
Block a user