> On some platforms and at some time, even 64-bits won't be enough to > handle toHash. Don't you think a hash of 64 (or even 32) bits should always be enough? If your hashing function is bad, no amount of bits will help, and if it's good, 32 bits is enough for most everything, and 64 is definitely enough for anything at all.. xs0