func hash/crc32.ChecksumIEEE
6 uses
hash/crc32 (current package)
crc32.go#L250: func ChecksumIEEE(data []byte) uint32 {
crc32.go#L264: return ChecksumIEEE(b)
compress/gzip
gunzip.go#L196: z.digest = crc32.ChecksumIEEE(z.buf[:10])
github.com/gotd/td/internal/proto/codec
full.go#L64: crc := crc32.ChecksumIEEE(write.Raw())
full.go#L112: clientCRC := crc32.ChecksumIEEE(b.Buf[0 : n-bin.Word])
github.com/klauspost/compress/gzip
gunzip.go#L201: z.digest = crc32.ChecksumIEEE(z.buf[:10])
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |