From 02df6c04ecd6ac6ca2580c23dd4282a556cd55c5 Mon Sep 17 00:00:00 2001 From: weidai Date: Sun, 15 Mar 2009 00:51:46 +0000 Subject: fix documentation git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@456 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- cryptlib.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cryptlib.h') 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 Crypto++® Library 5.6.0 Reference Manual +/*! \mainpage Crypto++ Library 5.6.0 API Reference
Abstract Base Classes
cryptlib.h +
Authenticated Encryption
+ AuthenticatedSymmetricCipherDocumentation
Symmetric Ciphers
SymmetricCipherDocumentation
Hash Functions
@@ -15,9 +17,7 @@
Non-Cryptographic Checksums
CRC32, Adler32
Message Authentication Codes
- VMAC, HMAC, CBC_MAC, CMAC, DMAC, TTMAC, GCM -
Authenticated Encryption
- AuthenticatedSymmetricCipherDocumentation + VMAC, HMAC, CBC_MAC, CMAC, DMAC, TTMAC, GCM (GMAC)
Random Number Generators
NullRNG(), LC_RNG, RandomPool, BlockingRng, NonblockingRng, AutoSeededRandomPool, AutoSeededX917RNG, DefaultAutoSeededRNG
Password-based Cryptography
-- cgit v1.2.1