[issue29004] binascii.crc_hqx() implements CRC-CCITT

Serhiy Storchaka report at bugs.python.org
Sun Dec 18 06:13:12 EST 2016


Serhiy Storchaka added the comment:

If document the polynomial for crc_hqx, maybe document it for crc32 and adler32?

Wouldn't be better to write the formula as *x*\ :sup:`16` + *x*\ :sup:`12 + *x*\ :sup:`5` + 1 ?

----------
nosy: +eric.smith, lemburg, mark.dickinson, serhiy.storchaka, stutzbach

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29004>
_______________________________________


More information about the Python-bugs-list mailing list