def crc32(self): """ Returns the calculated crc32 string for the decoded data. """ return "%08x" % (self._crc ^ BIN_MASK)