Subject: Re: New RelCache snapshot available
To: None <tech-userlevel@netbsd.org>
From: Bang Jun-Young <junyoung@netbsd.org>
List: tech-userlevel
Date: 12/11/2002 11:36:15
On Wed, Dec 11, 2002 at 01:16:41AM +0900, Bang Jun-Young wrote:
> - MD5 checksum has been replaced with 64-bit CRC32+Adler32. (Note: Adler32
>   is known to have problem with very small data (how small is 'very small'
>   data?), but it's not a problem in this case. Almost all ELF binaries are
>   at least 1KB long anyway. I don't think 1KB is very small) 

Joel Wilsson told me that data less than 10KB can be considered "small"
and 1KB data "very small". I can always replace Adler32 with Fletcher32,
but have no source code for it.

Jun-Young

-- 
Bang Jun-Young <junyoung@netbsd.org>