The unified diff between revisions [db3791f6..] and [a901020b..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'doc/api.tex'
#
#
# patch "doc/api.tex"
# from [dd28c7bc7cfc4a0bb9ea02b8f6483b682bbff71d]
# to [e993f153276da7f0753f4d6b9acece713cf8ad86]
#
============================================================
--- doc/api.tex dd28c7bc7cfc4a0bb9ea02b8f6483b682bbff71d
+++ doc/api.tex e993f153276da7f0753f4d6b9acece713cf8ad86
@@ -306,7 +306,7 @@ \subsection{Information Flow: Pipes and
\begin{verbatim}
Pipe pipe(new Base64_Encoder); // pipe owns the pointer
pipe.start_msg();
- pipe.write(``message 1'');
+ pipe.write(``message 1'');
pipe.end_msg(); // flushes buffers, increments message number
// process_msg(x) is start_msg() && write(x) && end_msg()
@@ -987,7 +987,7 @@ \section{Public Key Cryptography}
We can easily turn this into a public key, which we can then send to
someone:
-
+
\begin{verbatim}
RSA_PublicKey pub_rsa = priv_rsa;
\end{verbatim}
@@ -3633,7 +3633,7 @@ \subsection{License}
\subsection{License}
-Copyright \copyright 2000-2006, The Botan Project
+Copyright \copyright 2000-2006, Jack Lloyd
This work is licensed under the Creative Commons
Attribution-ShareAlike 2.5 License. To view a copy of this license,