6 NAMESPACE_BEGIN(CryptoPP)
14 static void InitState(HashWordType *state);
15 static void Transform(word32 *digest,
const word32 *data);
16 static const char * StaticAlgorithmName() {
return "MD5";}
20 #if CRYPTOPP_ENABLE_NAMESPACE_WEAK >= 1
23 using namespace Weak1;
25 #warning "You may be using a weak algorithm that has been retained for backwards compatibility. Please '#define CRYPTOPP_ENABLE_NAMESPACE_WEAK 1' before including this .h file and prepend the class name with 'Weak::' to remove this warning."
27 #pragma message("You may be using a weak algorithm that has been retained for backwards compatibility. Please '#define CRYPTOPP_ENABLE_NAMESPACE_WEAK 1' before including this .h file and prepend the class name with 'Weak::' to remove this warning.")