Browse Source

Fix docs build in Sosemanuk section.

J08nY 7 years ago
parent
commit
684c0890e7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      doc/crypt.tex

+ 2 - 2
doc/crypt.tex

@@ -1388,8 +1388,8 @@ err = sosemanuk_done(&kc, &rc);
 \end{verbatim}
 \end{verbatim}
 
 
 To do multiple encryptions and decryptions with the same key, you can reset the algorithm
 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}
 \mysection{RC4}