From 373495b3a1c8ccdcfece70bac69625b6823ccec0 Mon Sep 17 00:00:00 2001 From: zyp Date: Mon, 8 May 2006 13:42:12 +0000 Subject: [project @ zyp-20060508134212-c2adcf41fc2bca06] [project @ 26] Fixing mess in SVN. --- src/hash.h | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 src/hash.h (limited to 'src/hash.h') diff --git a/src/hash.h b/src/hash.h deleted file mode 100644 index 3c7b9c9..0000000 --- a/src/hash.h +++ /dev/null @@ -1,37 +0,0 @@ -#ifndef _HASH_H_ -#define _HASH_H_ - -#include - -#include "ed2k.h" - -#include -#include -#include - -class Hash { - private: - bool finished; - - int crc32_ctx; - std::string crc32_str; - - Ed2k ed2k_ctx; - std::string ed2k_str; - - MD5_CTX md5_ctx; - std::string md5_str; - - SHA_CTX sha1_ctx; - std::string sha1_str; - - public: - Hash(); - void update(std::string data); - std::string crc32(); - std::string ed2k(); - std::string md5(); - std::string sha1(); -}; - -#endif // _HASH_H_ -- cgit v1.2.3