- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for ReadCheckSums (0.19 seconds)
-
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 {Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Aug 22 14:15:21 GMT 2025 - 18.3K bytes - Click Count (0) -
cmd/encryption-v1.go
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 38K bytes - Click Count (0)