minio/pkg/utils/crypto/sha1
Harshavardhana 856b7680df Now able to use crc32c and sha1 on Darwin, with OSX specific code 2015-03-06 02:38:29 -08:00
..
.gitignore Add license header for Minio modifications, improvements for sha1,sha256,sha512 implementations 2015-02-21 15:50:47 -08:00
LICENSE Add license header for Minio modifications, improvements for sha1,sha256,sha512 implementations 2015-02-21 15:50:47 -08:00
sha1_darwin.go Now able to use crc32c and sha1 on Darwin, with OSX specific code 2015-03-06 02:38:29 -08:00
sha1_linux.S Now able to use crc32c and sha1 on Darwin, with OSX specific code 2015-03-06 02:38:29 -08:00
sha1_linux.go Now able to use crc32c and sha1 on Darwin, with OSX specific code 2015-03-06 02:38:29 -08:00
sha1_sse3_amd64.asm Add license header for Minio modifications, improvements for sha1,sha256,sha512 implementations 2015-02-21 15:50:47 -08:00
sha1_test.go Add 1MB block benchmarks 2015-02-28 15:00:24 -08:00
sha1_yasm_darwin.go Now able to use crc32c and sha1 on Darwin, with OSX specific code 2015-03-06 02:38:29 -08:00
sha1_yasm_linux.go Add license header for Minio modifications, improvements for sha1,sha256,sha512 implementations 2015-02-21 15:50:47 -08:00
sha1_yasm_windows.go Add license header for Minio modifications, improvements for sha1,sha256,sha512 implementations 2015-02-21 15:50:47 -08:00
sha1block_darwin.go Now able to use crc32c and sha1 on Darwin, with OSX specific code 2015-03-06 02:38:29 -08:00
sha1block_generic.go Now able to use crc32c and sha1 on Darwin, with OSX specific code 2015-03-06 02:38:29 -08:00
sha1block_linux.go Now able to use crc32c and sha1 on Darwin, with OSX specific code 2015-03-06 02:38:29 -08:00