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.

# Constants

The ECMA polynomial, defined in ECMA 182.
The ISO polynomial, defined in ISO 3309 and used in HDLC.
The size of a CRC-64 checksum in bytes.

# Type aliases

Table is a 256-word table representing the polynomial for efficient processing.