diff options
author | zyp <zyp@localhost> | 2006-05-11 18:34:59 +0200 |
---|---|---|
committer | zyp <zyp@localhost> | 2006-05-11 18:34:59 +0200 |
commit | ea36dd2639b7b562aee9aa587489be9bf9bc4c73 (patch) | |
tree | a5a17cfef9f044850fa225f68d212ad37bcc5d6a /ed2k/ed2k.h | |
parent | d4f7c7d7f6311d420a8b3ecac72659f499d3c848 (diff) |
[project @ zyp-20060511163459-2e238e10d316fe12]
[project @ 29]
Adapted pyanidb to distutils.
Diffstat (limited to 'ed2k/ed2k.h')
-rw-r--r-- | ed2k/ed2k.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/ed2k/ed2k.h b/ed2k/ed2k.h deleted file mode 100644 index 97feb61..0000000 --- a/ed2k/ed2k.h +++ /dev/null @@ -1,19 +0,0 @@ -#ifndef _ED2K_H_ -#define _ED2K_H_ - -#include <string> -#include <openssl/md4.h> - -class Ed2k { - private: - MD4_CTX md4_partial; - MD4_CTX md4_final; - unsigned int size_total; - std::string digest_str; - public: - Ed2k(); - void update(std::string data); - std::string digest(); -}; - -#endif // _ED2K_H_ |