const hash/crc32.Size

4 uses

	hash/crc32 (current package)
		crc32.go#L23: const Size = 4
		crc32.go#L165: func (d *digest) Size() int { return Size }

	github.com/aws/aws-sdk-go-v2/service/internal/checksum
		algorithms.go#L106: 		return crc32.Size, nil
		algorithms.go#L108: 		return crc32.Size, nil