package
0.0.0-20130121074735-1d03baafba06
Repository: https://github.com/icattlecoder/go.git
Documentation: pkg.go.dev
# Functions
Checksum returns the CRC-64 checksum of data using the polynomial represented by the Table.
MakeTable returns the Table constructed from the specified polynomial.
New creates a new hash.Hash64 computing the CRC-64 checksum using the polynomial represented by the Table.
Update returns the result of adding the bytes in p to the crc.
# Type aliases
Table is a 256-word table representing the polynomial for efficient processing.