Re: Possible problem with hash?

From: AE (nospam_at_hidden.com)
Date: 06/26/03


Date: Thu, 26 Jun 2003 13:22:13 +0200

I don't consider this a problem: The fact there exists an S=Hash(S) does
not mean S=Hash(S|S), so I don't see any reason why we should expect
this algorithm to produce collissions.

AE

Suby wrote:
> Hello,
>
> I've a question about hash funtions,their implementations and a possible
> problem.
>
> If someone will discover an S such that S=Hash(S) this could be
> a real problem in some hash implementation?
>
> Suby