~zooko/cryptopp/trunk

« back to all changes in this revision

Viewing changes to iterhash.cpp

  • Committer: weidai
  • Date: 2003-07-10 04:34:23 UTC
  • Revision ID: svn-v4:57ff6487-cd31-0410-9ec3-f628ee90f5f0:trunk/c5:90
merge in 5.0.4 changes (exclude DES and SHA-2 from DLL),
attempt (failed) to build DLL with GCC

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
// iterhash.cpp - written and placed in the public domain by Wei Dai
2
2
 
3
3
#include "pch.h"
4
 
 
5
 
#ifndef CRYPTOPP_IMPORTS
6
 
 
7
4
#include "iterhash.h"
8
5
#include "misc.h"
9
6
 
108
105
}
109
106
 
110
107
NAMESPACE_END
111
 
 
112
 
#endif