20. (5 pts) Let f be the compression function defined as follows: f(000) = 10 f(001) - 00 f(010) = 00 f(011) = 10 f(100)
Posted: Fri Apr 29, 2022 7:11 am
20. (5 pts) Let f be the compression function defined as follows: f(000) = 10 f(001) - 00 f(010) = 00 f(011) = 10 f(100) = 11 f(101) = 01 f(110) = 01 f(111) = 11 Show the result of applying f repeatedly to the string 1010 1010 1011 as an iterated hash function using the initial value "00" (Hint: Your result should be two bits long).