while (len(temp) < requested_number_of_bits) do
V = E(Key, V)
temp = temp || V
The above algorithm is for the CTR mode.
(a) True
(b) False. It is for the ECB mode
(c) False. It is for the OFB mode
(d) False. It is for the CFB mode
I got this question in an international level competition.
Question is taken from Pseudorandom Number Generators and Stream Ciphers in chapter Pseudorandom Number Generation and Stream Ciphers and More Block Ciphers of Cryptograph & Network Security