Browse Source

rephrase one sentence

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

+ 1 - 1
doc/crypt.tex

@@ -1382,7 +1382,7 @@ get a stream of pseudo--random bytes via:
 err = sosemanuk_keystream(&ss, out, outlen);
 err = sosemanuk_keystream(&ss, out, outlen);
 \end{verbatim}
 \end{verbatim}
 
 
-When finished you should wipe the key and run contexts:
+When finished you should wipe the key by running \textit{sosemanuk\_done()}.
 \begin{verbatim}
 \begin{verbatim}
 err = sosemanuk_done(&ss);
 err = sosemanuk_done(&ss);
 \end{verbatim}
 \end{verbatim}