On 15 Jun '08, at 2:09 PM, Ilan Volow wrote:
Python's zlib module has crc32
Thanks, but we've already had at least a dozen redundant answers to this question. How many references to CRC32 implementations and zlib do we need?
In any case I'm pretty sure the OP was looking for native code, not Python.
import zlib zlib.crc32("Wish things were this easy in Cocoa")
It _is_ that easy in Cocoa. You just have to add libz to your project and #include <zlib.h>. As three or four people have already described in greater detail.
—Jens
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]