hash.Hash32.Sum32 (method)

7 uses

	hash (current package)
		hash.go#L51: 	Sum32() uint32

	github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream
		decode.go#L89: 	msgCRC := crc.Sum32()
		decode.go#L145: 	preludeCRC := crc.Sum32()
		encode.go#L86: 	msgCRC := crc.Sum32()
		encode.go#L131: 	p.PreludeCRC = crc.Sum32()
		message.go#L41: 	raw.PreludeCRC = hash.Sum32()
		message.go#L55: 	raw.CRC = hash.Sum32()