]> git.sesse.net Git - freerainbowtables/blobdiff - BOINC software/BOINC client apps/distrrtgen/tmp/RainbowTableGenerator.h
cleanup
[freerainbowtables] / BOINC software / BOINC client apps / distrrtgen / tmp / RainbowTableGenerator.h
diff --git a/BOINC software/BOINC client apps/distrrtgen/tmp/RainbowTableGenerator.h b/BOINC software/BOINC client apps/distrrtgen/tmp/RainbowTableGenerator.h
deleted file mode 100644 (file)
index c720bac..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-#ifndef __RAINBOWTABLEGENERATOR_H_
-#define __RAINBOWTABLEGENERATOR_H_
-
-
-class CRainbowTableGenerator
-{
-private:
-
-       //void CRainbowTableGenerator::GetCharset(std::string sCharsetName, char **pCharset);
-public:
-       CRainbowTableGenerator();
-public:
-       ~CRainbowTableGenerator(void);
-       int CalculateTable(std::string sFilename, int nRainbowChainCount, std::string sHashRoutineName, std::string sCharsetName, int nPlainLenMin, int nPlainLenMax, int nRainbowTableIndex, int nRainbowChainLen, uint64 nChainStart, std::string sSalt = "");
-private:
-       int m_nCurrentCalculatedChains;
-};
-
-#endif