1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-18 11:52:44 -05:00

Added class RxVm.

This commit is contained in:
XMRig
2019-07-10 10:14:33 +07:00
parent 3bebf778da
commit 270d3ba6a2
8 changed files with 176 additions and 40 deletions

View File

@@ -58,7 +58,7 @@ public:
static inline constexpr size_t size() { return RANDOMX_CACHE_MAX_SIZE; }
private:
int m_flags = 0;
int m_flags = 0;
randomx_cache *m_cache = nullptr;
uint8_t m_seed[32];
};