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:
@@ -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];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user