]> git.sesse.net Git - freerainbowtables/blobdiff - Common/rt api/ChainWalkContext.h
misc cleanup
[freerainbowtables] / Common / rt api / ChainWalkContext.h
index 9854c59e0f2ef9f2f678723f6bed40ccfd437c1c..0435ef7dc58f5c02bfa04b5d01a1f14f54ecd131 100644 (file)
@@ -51,8 +51,8 @@ public:
        static bool isRti2RtFormat;
        static vector<stCharset> m_vCharset;
        static int m_nPlainLenMinTotal, m_nPlainLenMaxTotal;
-       static uint64 m_nPlainSpaceTotal;                                                       // Performance consideration
        static uint64 m_nPlainSpaceUpToX[MAX_PLAIN_LEN + 1];            // Performance consideration
+       static uint64 m_nPlainSpaceTotal;                                                       // Performance consideration
        static int m_nHybridCharset;
        static int m_nRainbowTableIndex;                                                        // Configuration
        static uint64 m_nReduceOffset;                                                          // Performance consideration
@@ -96,7 +96,6 @@ public:
        const uint64* GetIndexPtr();
        string GetPlain();
        string GetBinary();
-//     string GetPlainBinary();
        string GetHash();
        bool CheckHash(unsigned char* pHash);   // The length should be m_nHashLen
 };