mirror of
https://github.com/minio/minio.git
synced 2025-12-08 00:32:28 -05:00
Refactor checksum code, and add Objectname hashing per uploaded objects
Add placeholder sha256, sha512 implementations from Intel with AVX, AVX2 and SSE4.1 extensions - with some boilerplate Go code.
This commit is contained in:
@@ -12,5 +12,5 @@ type ObjectDescription struct {
|
||||
Name string
|
||||
Md5sum string
|
||||
Protectionlevel string
|
||||
// Hash string - TODO
|
||||
Hash string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user