вот так import zlib d='12345678' c=zlib.crc32(d)&0xFFFFFFFF print hex(c) c=zlib.crc32(d[:4])&0xFFFFFFFF print hex(c)...
Separate names with a comma.