func hash/crc32.New
6 uses
hash/crc32 (current package)
crc32.go#L151: func New(tab *Table) hash.Hash32 {
crc32.go#L163: func NewIEEE() hash.Hash32 { return New(IEEETable) }
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream
decode.go#L65: crc := crc32.New(crc32IEEETable)
encode.go#L64: crc := crc32.New(crc32IEEETable)
message.go#L39: hash := crc32.New(crc32IEEETable)
github.com/aws/aws-sdk-go-v2/service/internal/checksum
algorithms.go#L91: return crc32.New(crc32.MakeTable(crc32.Castagnoli)), nil
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)