From 5fa8124f5156963e798f5cffa812cb9910e4e8de Mon Sep 17 00:00:00 2001 From: weidai Date: Thu, 10 Jul 2003 04:34:23 +0000 Subject: merge in 5.0.4 changes (exclude DES and SHA-2 from DLL), attempt (failed) to build DLL with GCC git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@90 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- cryptlib.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cryptlib.h') diff --git a/cryptlib.h b/cryptlib.h index a1a2f1c..c3d15b9 100644 --- a/cryptlib.h +++ b/cryptlib.h @@ -49,15 +49,15 @@ In the FIPS 140-2 validated DLL version of Crypto++, only the following implementation class are available.
Block Ciphers
- AES, DES, DES_EDE2, DES_EDE3, SKIPJACK + 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
Hash Functions
- SHA, SHA256, SHA384, SHA512 + SHA
Public Key Signature Schemes
RSASSA , DSA, ECDSA , ECDSA
Message Authentication Codes
- HMAC , HMAC , HMAC , HMAC , CBC_MAC , CBC_MAC , CBC_MAC + HMAC , CBC_MAC , CBC_MAC
Random Number Generators
AutoSeededX917RNG
Key Agreement
-- cgit v1.2.1