diff --git a/trunk/c5/cryptlib.h b/trunk/c5/cryptlib.h
index 1c136064..9b173239 100644
--- a/trunk/c5/cryptlib.h
+++ b/trunk/c5/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.