type hash.Hash32

7 uses

	hash (current package)
		hash.go#L49: type Hash32 interface {

	hash/adler32
		adler32.go#L45: func New() hash.Hash32 {

	hash/crc32
		crc32.go#L146: func New(tab *Table) hash.Hash32 {
		crc32.go#L158: func NewIEEE() hash.Hash32 { return New(IEEETable) }

	compress/zlib
		reader.go#L53: 	digest       hash.Hash32
		writer.go#L33: 	digest      hash.Hash32

	rsc.io/qr
		png.go#L32: 	crc   hash.Hash32