some typing errors corrected

This commit is contained in:
bg 2008-07-20 19:46:57 +00:00
parent 854dea52b9
commit 619fb76528
1 changed files with 3 additions and 3 deletions

View File

@ -208,9 +208,9 @@ email: daniel.otte@rub.de
used, the ciphertext does not form the entire input block for the next used, the ciphertext does not form the entire input block for the next
operation but it is shifted in the input block. operation but it is shifted in the input block.
The resulting cipher is something known as self synchonising stream cipher. The resulting cipher is something known as self synchonising stream cipher.
This means tha a manipulation of a single bit in the ciphertext, will result This means that a manipulation of a single bit in the ciphertext will result
in this bit flipped in th corresponding plaintext but the following block will in this bit flipped in the corresponding plaintext but the following blocks
be "destroyed" until the cipher "healths" itself, meaning the manipulated will be "destroyed" until the cipher "heald" itself, meaning the manipulated
ciphertext block gets shift out of the input block. ciphertext block gets shift out of the input block.