class Digest::CRC64
Implements the CRC64
algorithm.
Constants
- INIT_CRC
- REFLECT_INPUT
- TABLE
-
Generated by ‘./pycrc.py –algorithm=table-driven –model=crc-64 –generate=c`
- WIDTH
- XOR_MASK
Implements the CRC64
algorithm.
Generated by ‘./pycrc.py –algorithm=table-driven –model=crc-64 –generate=c`