📝 Question
#2583
When can we detect a collision if the hash values are same for two inputs, that is H(x) = H(y)?
✓
Correct Answer
A. When x < y
💡
Explanation
Hash function’s primary objective is to provide integrity. No two inputs should have the same hash value, which causes the collision. Collisions are undesirable in hash functions.
⌨️ Press
A
B
C
D
to select