X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=Common%2Frt%20api%2FChainWalkContext.h;h=0435ef7dc58f5c02bfa04b5d01a1f14f54ecd131;hb=34d45455d0dd177b42c968c8b20290d6f428cd07;hp=9854c59e0f2ef9f2f678723f6bed40ccfd437c1c;hpb=786ea114f61629ef4e4bfb63e1fd7c9c0b1654ef;p=freerainbowtables diff --git a/Common/rt api/ChainWalkContext.h b/Common/rt api/ChainWalkContext.h index 9854c59..0435ef7 100644 --- a/Common/rt api/ChainWalkContext.h +++ b/Common/rt api/ChainWalkContext.h @@ -51,8 +51,8 @@ public: static bool isRti2RtFormat; static vector 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 };