- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for ReadCheckSums (0.04 sec)
-
internal/hash/checksum.go
c := Checksum{Type: t, Encoded: base64.StdEncoding.EncodeToString(raw), Raw: raw} if !c.Valid() { return nil } return &c } // ReadCheckSums will read checksums from b and return them. // Returns whether this is (part of) a multipart checksum. func ReadCheckSums(b []byte, part int) (cs map[string]string, isMP bool) { res := make(map[string]string, 1) for len(b) > 0 { t, n := binary.Uvarint(b) if n < 0 {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)