Merge pull request #330 from J08nY/fix/sosemanuk-doc

Fix docs build in Sosemanuk section.
This commit is contained in:
Steffen Jaeckel 2017-11-29 09:52:39 +01:00 committed by GitHub
commit c6cccf9120
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1388,8 +1388,8 @@ err = sosemanuk_done(&kc, &rc);
\end{verbatim}
To do multiple encryptions and decryptions with the same key, you can reset the algorithm
using sosemanuk_init() if you saved the key context and did not wipe it with sosemanuk_done().
You will want to use a different iv but you do not need to re-run sosemanuk_schedule() again.
using \textit{sosemanuk\_init()} if you saved the key context and did not wipe it with \textit{sosemanuk\_done()}.
You will want to use a different iv but you do not need to re-run \textit{sosemanuk\_schedule()} again.
\mysection{RC4}