From e7372290e93e2fa26237e2ecbe257c8ccc4dce30 Mon Sep 17 00:00:00 2001 From: zyp Date: Fri, 27 Oct 2006 11:30:01 +0000 Subject: [project @ zyp-20061027113001-b3ca581e0efa4fa6] [project @ 65] This should not be here. --- hash/ed2k.h | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 hash/ed2k.h (limited to 'hash/ed2k.h') diff --git a/hash/ed2k.h b/hash/ed2k.h deleted file mode 100644 index 1be7302..0000000 --- a/hash/ed2k.h +++ /dev/null @@ -1,17 +0,0 @@ -#ifndef _ED2K_H_ -#define _ED2K_H_ - -#include - -class Ed2k { - private: - MD4_CTX md4_partial; - MD4_CTX md4_final; - unsigned int size_total; - public: - Ed2k(); - void update(const char* data, int length); - char* digest(); -}; - -#endif // _ED2K_H_ -- cgit v1.2.3