00001 00007 #ifndef dkutil_c_SHA 00008 #define dkutil_c_SHA 00009 00010 //#include "dkcOSIndependent.h" 00011 #include "dkcSHA1.h" 00012 #include "dkcSHA256.h" 00013 #include "dkcSHA384.h" 00014 #include "dkcSHA512.h" 00015 00016 /* 00017 #include "dkcSHA1.h" 00018 #ifndef DKUTIL_C_SHA1_C 00019 # include "dkcSHA1.c" 00020 #endif 00021 00022 #include "dkcSHA256.h" 00023 #ifndef DKUTIL_C_SHA256_C 00024 # include "dkcSHA256.c" 00025 #endif 00026 00027 #include "dkcSHA384.h" 00028 #ifndef DKUTIL_C_SHA384_C 00029 # include "dkcSHA384.c" 00030 #endif 00031 00032 #include "dkcSHA512.h" 00033 #ifndef DKUTIL_C_SHA512_C 00034 # include "dkcSHA512.c" 00035 #endif 00036 */ 00037 00038 //int dkcSHA1MemoryToDigest(const BYTE *mem,size_t size 00039 00040 #endif //end of include once