- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for ChecksumCRC64NVME (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
internal/hash/crc.go
binary.BigEndian.PutUint32(c.Raw, v) case ChecksumCRC32C: v := crc32Combine(crc32.Castagnoli, binary.BigEndian.Uint32(c.Raw), binary.BigEndian.Uint32(other.Raw), size) binary.BigEndian.PutUint32(c.Raw, v) case ChecksumCRC64NVME: v := crc64Combine(bits.Reverse64(crc64NVMEPolynomial), binary.BigEndian.Uint64(c.Raw), binary.BigEndian.Uint64(other.Raw), size) binary.BigEndian.PutUint64(c.Raw, v) default:
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Mon Jan 20 14:49:07 GMT 2025 - 5.8K bytes - Click Count (0)