summaryrefslogtreecommitdiff
path: root/cryptlib.h
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2009-03-15 00:51:46 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2009-03-15 00:51:46 +0000
commit02df6c04ecd6ac6ca2580c23dd4282a556cd55c5 (patch)
treeb51f3b33ebdc60255c8c3736cb468841c35082f1 /cryptlib.h
parent6fb7127451e29c3ef6fb51ad608eb3125722c76a (diff)
downloadcryptopp-02df6c04ecd6ac6ca2580c23dd4282a556cd55c5.tar.gz
fix documentation
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@456 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'cryptlib.h')
-rw-r--r--cryptlib.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/cryptlib.h b/cryptlib.h
index 33b1e01..15cd6da 100644
--- a/cryptlib.h
+++ b/cryptlib.h
@@ -4,10 +4,12 @@
classes that provide a uniform interface to this library.
*/
-/*! \mainpage <a href="http://www.cryptopp.com">Crypto++</a><sup><small>&reg;</small></sup> Library 5.6.0 Reference Manual
+/*! \mainpage Crypto++ Library 5.6.0 API Reference
<dl>
<dt>Abstract Base Classes<dd>
cryptlib.h
+<dt>Authenticated Encryption<dd>
+ AuthenticatedSymmetricCipherDocumentation
<dt>Symmetric Ciphers<dd>
SymmetricCipherDocumentation
<dt>Hash Functions<dd>
@@ -15,9 +17,7 @@
<dt>Non-Cryptographic Checksums<dd>
CRC32, Adler32
<dt>Message Authentication Codes<dd>
- VMAC, HMAC, CBC_MAC, CMAC, DMAC, TTMAC, GCM
-<dt>Authenticated Encryption<dd>
- AuthenticatedSymmetricCipherDocumentation
+ VMAC, HMAC, CBC_MAC, CMAC, DMAC, TTMAC, GCM (GMAC)
<dt>Random Number Generators<dd>
NullRNG(), LC_RNG, RandomPool, BlockingRng, NonblockingRng, AutoSeededRandomPool, AutoSeededX917RNG, DefaultAutoSeededRNG
<dt>Password-based Cryptography<dd>