Documentation
¶
Overview ¶
Package crc32 provides a mockable wrapper for hash/crc32.
Index ¶
- type Impl
- func (*Impl) Checksum(data []byte, tab *crc32.Table) uint32
- func (*Impl) ChecksumIEEE(data []byte) uint32
- func (*Impl) MakeTable(poly uint32) *crc32.Table
- func (*Impl) New(tab *crc32.Table) hash.Hash32
- func (*Impl) NewIEEE() hash.Hash32
- func (*Impl) Update(crc uint32, tab *crc32.Table, p []byte) uint32
- type Interface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.