Skip navigation.
 
mlRe: looking for a crc code
FROM : Jens Alfke
DATE : Mon Jun 16 20:27:04 2008

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

Related mailsAuthorDate
mllooking for a crc code Angelo Chen Jun 14, 06:34
mlRe: looking for a crc code Graham Cox Jun 14, 06:39
mlRe: looking for a crc code Ilan Volow Jun 14, 13:59
mlRe: looking for a crc code Jens Alfke Jun 14, 17:25
mlRe: looking for a crc code Steven Noyes Jun 14, 18:55
mlRe: looking for a crc code Andrew Farmer Jun 14, 20:30
mlRe: looking for a crc code Michael Hall Jun 14, 21:32
mlRe: looking for a crc code Michael Vannorsdel Jun 15, 02:04
mlRe: looking for a crc code Jason Coco Jun 15, 09:19
mlRe: looking for a crc code Andreas Mayer Jun 15, 10:59
mlRe: looking for a crc code Ilan Volow Jun 15, 23:09
mlRe: looking for a crc code Chris Suter Jun 16, 02:23
mlRe: looking for a crc code Jens Alfke Jun 16, 20:27