Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ChecksumFromBytes (0.09 sec)

  1. internal/hash/checksum.go

    			b = append(b, parts...)
    		}
    	}
    	return b
    }
    
    // ChecksumFromBytes reconstructs a Checksum struct from the serialized bytes created in AppendTo()
    // Returns nil if the bytes are invalid or empty.
    // AppendTo() can append a serialized Checksum to another already-serialized Checksum,
    // however, in practice, we only use one at a time.
    // ChecksumFromBytes only returns the first one and no part checksums.
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Fri Aug 22 14:15:21 UTC 2025
    - 18.3K bytes
    - Viewed (0)
Back to top