Content deleted Content added
m Corrected "random" to "unpredicable". One way to provide an unpredictable value is random, but there are other ways. See Appendix C of NIST's Recommendations for Cipher Block Modes of Operation. |
Removed irrelevant paragraph. |
||
Line 24:
Depending on whether the IV for a cryptographic scheme must be random or only unique the scheme is either called ''randomized'' or ''stateful''. While randomized schemes always require the IV chosen by a sender to be forwarded to receivers, stateful schemes allow sender and receiver to share a common IV state, which is updated in a predefined way at both sides.
==Block ciphers==
|