summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libcrypto.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/lib/libcrypto.tex')
-rw-r--r--Doc/lib/libcrypto.tex13
1 files changed, 1 insertions, 12 deletions
diff --git a/Doc/lib/libcrypto.tex b/Doc/lib/libcrypto.tex
index 339a9aa..1353342 100644
--- a/Doc/lib/libcrypto.tex
+++ b/Doc/lib/libcrypto.tex
@@ -6,18 +6,7 @@ The modules described in this chapter implement various algorithms of
a cryptographic nature. They are available at the discretion of the
installation. Here's an overview:
-\begin{description}
-
-\item[md5]
---- RSA's MD5 message digest algorithm.
-
-\item[mpz]
---- Interface to the GNU MP library for arbitrary precision arithmetic.
-
-\item[rotor]
---- Enigma-like encryption and decryption.
-
-\end{description}
+\localmoduletable
Hardcore cypherpunks will probably find the cryptographic modules
written by Andrew Kuchling of further interest; the package adds