- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for ChecksumFromBytes (0.05 sec)
-
internal/hash/checksum_test.go
// Test AppendTo serialization var serialized []byte serialized = finalChecksum.AppendTo(serialized, checksumCombined) // Use ChecksumFromBytes to deserialize the final checksum chksmOut := ChecksumFromBytes(serialized) if chksmOut == nil { t.Fatal("ChecksumFromBytes returned nil") } // Assert they are exactly equal if !chksmOut.Equal(finalChecksum) {
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Fri Aug 22 14:15:21 UTC 2025 - 7.1K bytes - Viewed (0)