# Functions
New creates a new hash.Hash16 computing the CRC-16 checksum using the polynomial represented by the Table.
# Constants
The size of a CRC-16 checksum in bytes.
# Interfaces
Hash16 is the common interface implemented by all 16-bit hash functions.
# Type aliases
Table is a 256-word table representing the polynomial for efficient processing.