Checksum routine - new to Python
Fredrik Lundh
fredrik at pythonware.com
Sat May 20 06:38:25 EDT 2000
More information about the Python-list mailing list
Sat May 20 06:38:25 EDT 2000
- Previous message (by thread): Checksum routine - new to Python
- Next message (by thread): odbc.dll vs. mxODBC
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Peter Schneider-Kamp wrote: > Excuse me, but how can you be sure it is the same algorithm? > As far as I can read the sources to zlibmodule.c it uses the > function crc32 defined in zlib.h of the underlying platform. where the "underlying platform" is of course the zlib library by Gailly and Adler: http://www.info-zip.org/pub/infozip/zlib/ (also see ISO 3309 and/or ITU-T V.42...) </F>
- Previous message (by thread): Checksum routine - new to Python
- Next message (by thread): odbc.dll vs. mxODBC
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list