crc64 top-level constant

HashBase<HashDigestSink> const crc64

A CRC-64 code generator with ISO CRC-64 polynomial.

A CRC or cyclic redundancy check is code commonly used for error detection and correction of digital data. This generates a 64-bit number as output.

WARNING: It should not be used for cryptographic purposes.

Implementation

const HashBase crc64 = _CRC64();