Answer:
An iterated block cipher is one that encrypts a plaintext block by a process that has several rounds. In each round, the same transformation or round function is applied to the data using a subkey. The set of subkeys are usually derived from the user-provided secret key by a key schedule.
Previous Question | Next Question |
What is a Block Cipher? | What is a Feistel Cipher? |