From 6119c5c5952633ee81eb24de1038fb950c594fe6 Mon Sep 17 00:00:00 2001 From: weidai Date: Mon, 5 Sep 2005 21:02:56 +0000 Subject: update inline doc git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@209 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- cryptlib.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'cryptlib.h') diff --git a/cryptlib.h b/cryptlib.h index 1c13606..9b17323 100644 --- a/cryptlib.h +++ b/cryptlib.h @@ -11,7 +11,7 @@
Symmetric Ciphers
SymmetricCipherDocumentation
Hash Functions
- HAVAL, MD2, MD4, MD5, PanamaHash, RIPEMD160, RIPEMD320, RIPEMD128, RIPEMD256, SHA, SHA256, SHA384, SHA512, Tiger, Whirlpool + HAVAL, MD2, MD4, MD5, PanamaHash, RIPEMD160, RIPEMD320, RIPEMD128, RIPEMD256, SHA1, SHA224, SHA256, SHA384, SHA512, Tiger, Whirlpool
Non-Cryptographic Checksums
CRC32, Adler32
Message Authentication Codes
@@ -23,7 +23,7 @@
Public Key Cryptosystems
DLIES, ECIES, LUCES, RSAES, RabinES, LUC_IES
Public Key Signature Schemes
- DSA, GDSA, ECDSA, NR, ECNR, LUCSS, RSASS, RabinSS, RWSS, ESIGN + DSA, GDSA, ECDSA, NR, ECNR, LUCSS, RSASS, RSASS_ISO, RabinSS, RWSS, ESIGN
Key Agreement
#DH, DH2, #MQV, ECDH, ECMQV, XTR_DH
Algebraic Structures
@@ -53,19 +53,19 @@ In the FIPS 140-2 validated DLL version of Crypto++, only the following implemen
Block Ciphers
AES, DES_EDE2, DES_EDE3, SKIPJACK
Cipher Modes (replace template parameter BC with one of the block ciphers above)
- ECB_Mode\, CTR_Mode\, CBC_Mode\, CFB_Mode\, OFB_Mode\ + ECB_Mode\, CTR_Mode\, CBC_Mode\, CFB_FIPS_Mode\, OFB_Mode\
Hash Functions
- SHA -
Public Key Signature Schemes
- RSASS\, DSA, ECDSA\, ECDSA\ -
Message Authentication Codes
- HMAC\, CBC_MAC\, CBC_MAC\ + SHA1, SHA224, SHA256, SHA384, SHA512 +
Public Key Signature Schemes (replace template parameter H with one of the hash functions above)
+ RSASS\, RSASS\, RSASS_ISO\, RWSS\, DSA, ECDSA\, ECDSA\ +
Message Authentication Codes (replace template parameter H with one of the hash functions above)
+ HMAC\, CBC_MAC\, CBC_MAC\
Random Number Generators
AutoSeededX917RNG\
Key Agreement
#DH
Public Key Cryptosystems
- RSAES\ \> + RSAES\ \>

This reference manual is a work in progress. Some classes are still lacking detailed descriptions. -- cgit v1.2.1