Browse Source

grammatical change

Larry Bugbee 7 years ago
parent
commit
b6ae9ab000
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/crypt.tex

+ 1 - 1
doc/crypt.tex

@@ -1376,7 +1376,7 @@ err = sosemanuk_crypt(&ss, in, inlen, out);
 \end{verbatim}
 
 If you just want a random stream of bytes initialize the cipher with a truly random
-\textit{key} (256 bits), a truly random \textit{iv} (128 bits). After that you can
+\textit{key} (256 bits) and a truly random \textit{iv} (128 bits). After that you can
 get a stream of pseudo--random bytes via:
 \begin{verbatim}
 err = sosemanuk_keystream(&ss, out, outlen);