Package obitools :: Package utils :: Module crc64
[hide private]
[frames] | no frames]

Module crc64

source code

Functions [hide private]
 
CRC64(aString) source code
 
CRC64digest(aString) source code
Variables [hide private]
  POLY64REVh = 3623878656
  CRCTableh = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
  CRCTablel = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
  isInitialized = False
  __package__ = None
hash(x)
Variables Details [hide private]

CRCTableh

Value:
[0,
 0,
 0,
 0,
 0,
 0,
 0,
 0,
...

CRCTablel

Value:
[0,
 0,
 0,
 0,
 0,
 0,
 0,
 0,
...