Versions in this module Expand all Collapse all go1 go1.18.10 Jan 10, 2023 Changes in this version + const Castagnoli + const IEEE + const Koopman + const Size + var IEEETable = simpleMakeTable(IEEE) + func Checksum(data []byte, tab *Table) uint32 + func ChecksumIEEE(data []byte) uint32 + func New(tab *Table) hash.Hash32 + func NewIEEE() hash.Hash32 + func Update(crc uint32, tab *Table, p []byte) uint32 + type Table [256]uint32 + func MakeTable(poly uint32) *Table