func hash/crc32.ChecksumIEEE
3 uses
hash/crc32 (current package)
crc32.go#L255: func ChecksumIEEE(data []byte) uint32 {
crc32.go#L269: return ChecksumIEEE(b)
compress/gzip
gunzip.go#L196: z.digest = crc32.ChecksumIEEE(z.buf[:10])
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)