Home | History | Annotate | Download | only in crc32

Lines Matching refs:Checksum

6 // checksum. See http://en.wikipedia.org/wiki/Cyclic_redundancy_check for
21 // The size of a CRC-32 checksum in bytes.
136 // digest represents the partial evaluation of a checksum.
142 // New creates a new hash.Hash32 computing the CRC-32 checksum using the
154 // NewIEEE creates a new hash.Hash32 computing the CRC-32 checksum using
245 // Checksum returns the CRC-32 checksum of data
247 func Checksum(data []byte, tab *Table) uint32 { return Update(0, tab, data) }
249 // ChecksumIEEE returns the CRC-32 checksum of data
256 // tableSum returns the IEEE checksum of table t.