Skip to content

Commit 1aac5b3

Browse files
committed
fix typo
Signed-off-by: Steffen Jaeckel <s@jaeckel.eu>
1 parent b39c46f commit 1aac5b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/crypt.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1546,7 +1546,7 @@ \chapter{Stream Ciphers}
15461546
err = rc4_stream_done(&st);
15471547
\end{verbatim}
15481548

1549-
To encrypt plaintext (or decrypt ciphertext) using RC6 for data already in
1549+
To encrypt plaintext (or decrypt ciphertext) using RC4 for data already in
15501550
memory with a single function call, the following function may be used.
15511551
\begin{verbatim}
15521552
err = rc4_stream_memory(key, keylen, datain, datalen, dataout);

0 commit comments

Comments
 (0)