~zooko/cryptopp/trunk

« back to all changes in this revision

Viewing changes to md5.cpp

  • Committer: weidai
  • Date: 2006-12-09 17:18:13 UTC
  • Revision ID: svn-v4:57ff6487-cd31-0410-9ec3-f628ee90f5f0:trunk/c5:247
add Salsa20 cipher

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
// any modifications are placed in the public domain
3
3
 
4
4
#include "pch.h"
5
 
#define CRYPTOPP_ENABLE_NAMESPACE_WEAK 1
6
5
#include "md5.h"
7
6
#include "misc.h"
8
7
 
9
8
NAMESPACE_BEGIN(CryptoPP)
10
 
namespace Weak1 {
11
9
 
12
10
void MD5_TestInstantiations()
13
11
{
114
112
        digest[3]+=d;
115
113
}
116
114
 
117
 
}
118
115
NAMESPACE_END