📝 Question
#2577
Which of the following equation is correct in case of hash function, where M = input, N = hash value, H = hash function?
✓
Correct Answer
A. H = M(N)
💡
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.
⌨️ Press
A
B
C
D
to select