binascii.crc_hqx(data, value)
Compute the binhex4 crc value of data, starting with value as the initial crc, and return the result.
binascii.crc_hqx(data, value)
Compute the binhex4 crc value of data, starting with value as the initial crc, and return the result.
Please login to continue.