|
@@ -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}
|
|
|
|
|