What is a collision in a hash function?(2 points)%0D%0AResponses%0D%0A%0D%0A2 inputs map to the same output%0D%0A2 inputs map to the same output%0D%0A%0D%0AThere are few inputs, but a lot of outputs. %0D%0AThere are few inputs, but a lot of outputs. %0D%0A%0D%0AThere are few outputs, but a lot of inputs.%0D%0AThere are few outputs, but a lot of inputs.%0D%0A%0D%0A2 outputs come from the same input
3 answers
A collision in a hash function occurs when two different inputs produce the same output value. In other words, it means that two inputs map to the same output. This can be a problem because it means that the hash function cannot uniquely identify each input, leading to potential data loss or incorrect results.
pick one
A collision in a hash function refers to the scenario when two different inputs produce the same output value.