Added class RxVm.

This commit is contained in:
XMRig
2019-07-10 10:14:33 +07:00
parent c35d2e2025
commit dc65b213a8
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];
};