Hide tempHash from the public API

This commit is contained in:
tevador
2019-12-01 18:19:09 +01:00
parent 219c02e1e5
commit 3910d49b49
4 changed files with 17 additions and 17 deletions

View File

@@ -68,6 +68,7 @@ protected:
uint64_t datasetOffset;
public:
std::string cacheKey;
alignas(16) uint64_t tempHash[8]; //8 64-bit values used to store intermediate data
};
namespace randomx {