- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for ReadPartCheckSums (1.17 sec)
-
internal/hash/checksum.go
res[xhttp.AmzChecksumType] = ckType } } } if len(res) == 0 { res = nil } return res, isMP } // ReadPartCheckSums will read all part checksums from b and return them. func ReadPartCheckSums(b []byte) (res []map[string]string) { for len(b) > 0 { t, n := binary.Uvarint(b) if n <= 0 { break } b = b[n:] typ := ChecksumType(t)
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Fri Aug 22 14:15:21 UTC 2025 - 18.3K bytes - Viewed (0) -
cmd/encryption-v1.go
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Sep 28 20:59:21 UTC 2025 - 38K bytes - Viewed (0)