# Functions
Checksum returns the CRC-64 checksum of data using the polynomial represented by the Table.
MakeTable returns a 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.