class Digest::CRC64NVMe
Implements the CRC64
NVMe algorithm.
@since 0.7.0
Constants
- INIT_CRC
- INIT_XOR
- TABLE
-
Generated by ‘./pycrc.py –algorithm=table-driven –width 64 –poly 0xad93d23594c93659 –reflect-in True –xor-in 0xffffffffffffffff –reflect-out True –xor-out 0xffffffffffffffff –generate=c`
- XOR_MASK