[issue1202] zlib.crc32() and adler32() return value

Tim Lesher report at bugs.python.org
Mon Dec 10 02:45:23 CET 2007


Tim Lesher added the comment:

Both CRC-32 and ADLER32 are standards (described in ISO 3309 and RFC
1950 respectively); whatever fix implemented should make sure that the
output complies.  

ISO 3309 isn't available online as far as I can see, but CRC-32
reference code is published in RFC 1952; RFC 1950 contains reference
code for ADLER32.

----------
nosy: +tlesher

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1202>
__________________________________


More information about the Python-bugs-list mailing list