MCQs City stays free thanks to ads. Please turn off your ad blocker for this site so content and features keep working.
Computer Networks
Hash Functions
Q
Which of the following equation is correct in case of hash function, where M = input, N = hash value, H = hash function?
AA. H = m(n)
BB. M = h(n)
CC. N = h(m)
DD. N = m(h)
Correct Answer:
C. C. N = h(m)
Explanation:
M is a block of data that is accepted by the hash function. Hash function(H) accepts the input and hash function will be performed. N is the fixed length of hash value of the block of input.