[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Linux Kernel Summit

From: Greg Stein <gstein_at_lyra.org>
Date: 2001-04-03 08:59:24 CEST

On Tue, Apr 03, 2001 at 12:33:00AM -0400, Gavin Thomas Nicol wrote:
> Does anyone see any advantage in using crc64 over
> tiger/md5? I't be 1/2 the size, and a bit faster,
> but I'm not sure if there are other advantages.

Well, we already have MD5 (and SHA1) hashes built right into APR. HTTP also
specifies the Content-MD5 header for on-the-wire checksums.

At the moment, MD5 seems a reasonable way to do checksums, from the
standpoint of the various components. Being 128 bits in length, it is also
more resistent to false negatives than a 32 bit (or smaller!) CRC value.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
Received on Sat Oct 21 14:36:27 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.