commit | 440ca772f33b7c2eae1beb2e26a643d3054066f9 | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@mad-scientist.com> | Mon Mar 24 00:08:01 2008 +0000 |
committer | Gregory P. Smith <greg@mad-scientist.com> | Mon Mar 24 00:08:01 2008 +0000 |
tree | 36a32eb2c87e44aef782ae545d675172cf4db025 | |
parent | dd10284516383276d50ae9b52bec4ab6562f888e [diff] |
Have the binascii module use zlib's optimized crc32() function when available to reduce our code size (1k data table and tiny bit of code). It falls back to its own without zlib.