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?