Python's zlib module has crc32
e.g.
import zlib
zlib.crc32("Wish things were this easy in Cocoa")
-- Ilan
On Jun 15, 2008, at 3:19 AM, Jason Coco wrote:
There is:
uLong crc32(uLong crc, const Bytef *buf, uInt len);
On Jun 14, 2008, at 20:04 , Michael Vannorsdel wrote:
I thought I saw a CRC32 implementation in zlib at one time.
On Jun 14, 2008, at 9:25 AM, Jens Alfke wrote:
On 14 Jun '08, at 4:59 AM, Ilan Volow wrote:
No mention at all I can find (in the 20 seconds I scanned the
first two result pages) of any cocoa CRC implementations. If a
newbie were to do a search like this and turned up such a
fruitless list of leads, I wouldn't be surprised in the least
that they came to the list and asking for a personal
recommendation of some hard-to-find Cocoa framework from
experienced Cocoa programmers.
Yes, but what does CRC have to do with Cocoa? It's just a function
that takes a pointer and a length and returns an int. It'd be
trivial to use any C implementation in a Cocoa app, so there's no
reason to restrict the search by adding "cocoa" as a keyword.
_______________________________________________
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/jason.coco%40gmail.com
This email sent to [EMAIL PROTECTED]
_______________________________________________
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/listboy%40clarux.com
This email sent to [EMAIL PROTECTED]
_______________________________________________
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]