102交大 计算机系统 第6题
The ideal one way hash function is collision free. Given y=h(x).
Suppose x is of infinite length and y is of 8 bits.
What is the probability that two different inputs, x and x', of the hash function collide?
Ans.2/256=1/128
原因为何?
矛盾:y=h(x)为collision free, x and x'不同,怎么可能产生collide?
机率应该为0?