Page 1 of 1

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
by answerhappygod
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 1
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 1 (49.47 KiB) Viewed 19 times
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).