|
Monero
|
#include <dataset.hpp>

Public Member Functions | |
| bool | isInitialized () |
Public Attributes | |
| uint8_t * | memory = nullptr |
| randomx::CacheDeallocFunc * | dealloc |
| randomx::JitCompiler * | jit |
| randomx::CacheInitializeFunc * | initialize |
| randomx::DatasetInitFunc * | datasetInit |
| randomx::SuperscalarProgram | programs [RANDOMX_CACHE_ACCESSES] |
| std::vector< uint64_t > | reciprocalCache |
| std::string | cacheKey |
| randomx_argon2_impl * | argonImpl |
|
inline |
| randomx_argon2_impl* randomx_cache::argonImpl |
| std::string randomx_cache::cacheKey |
| randomx::DatasetInitFunc* randomx_cache::datasetInit |
| randomx::CacheDeallocFunc* randomx_cache::dealloc |
| randomx::CacheInitializeFunc* randomx_cache::initialize |
| randomx::JitCompiler* randomx_cache::jit |
| uint8_t* randomx_cache::memory = nullptr |
| randomx::SuperscalarProgram randomx_cache::programs[RANDOMX_CACHE_ACCESSES] |
| std::vector<uint64_t> randomx_cache::reciprocalCache |