type hash.Hash32
7 uses
hash (current package)
hash.go#L49: type Hash32 interface {
hash/crc32
crc32.go#L151: func New(tab *Table) hash.Hash32 {
crc32.go#L163: func NewIEEE() hash.Hash32 { return New(IEEETable) }
hash/fnv
fnv.go#L43: func New32() hash.Hash32 {
fnv.go#L50: func New32a() hash.Hash32 {
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream
decode.go#L127: func decodePrelude(r io.Reader, crc hash.Hash32) (messagePrelude, error) {
encode.go#L114: func encodePrelude(w io.Writer, crc hash.Hash32, headersLen, payloadLen uint32) error {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)